While Using VS Code editor I am getting this message while debugging please help me out
See original GitHub issueMessage is Displayed as:
`No suitable Android AVD system images are available. You may need to install these using sdkmanager, for example: sdkmanager “system-images;android-27;google_apis_playstore;x86”.’
Issue Analytics
- State:
- Created 4 years ago
- Comments:59 (28 by maintainers)
Top Results From Across the Web
Debugging in Visual Studio Code
To run or debug a simple app in VS Code, select Run and Debug on the Debug start view or press F5 and...
Read more >Introduction to Debugging in Visual Studio Code
Debugging is a core feature of Visual Studio Code. Learn how to configure and use the Node.js debugger in this introductory video.
Read more >Visual Studio Code Frequently Asked Questions
Visual Studio Code is a streamlined code editor with support for development operations like debugging, task running, and version control.
Read more >Fix program errors and improve code - Visual Studio ...
Click on any line of code, right-click to open the context menu, and select Quick Actions and refactorings. If refactoring or improvement ...
Read more >Visual Studio Code debugger with Chrome refused to ...
You must have your project running before you start debugging. Contrary to what a user would think, clicking the play button doesn't start...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Ans447766
avdmanager
andsdkmanager
are part of the SDK, if you getcommand not found
it suggests they’re not in yourPATH
. How to add these depends a little on your OS, but an example of the paths is here:Great! 😃
I’m gonna close this since nobody else has replied for a while, but if anyone else is still having thie issue please let me know (and please review the comments above to try and figure out if you might have multiple Android SDKs, and if so resolve that first). Thanks!