question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

While Using VS Code editor I am getting this message while debugging please help me out

See original GitHub issue

Message 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:closed
  • Created 4 years ago
  • Comments:59 (28 by maintainers)

github_iconTop GitHub Comments

1reaction
DanTupcommented, Sep 16, 2019

@Ans447766 avdmanager and sdkmanager are part of the SDK, if you get command not found it suggests they’re not in your PATH. How to add these depends a little on your OS, but an example of the paths is here:

export ANDROID_HOME=/Users/foo/Library/Android/sdk 
export PATH=$PATH:$ANDROID_HOME/tools 
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH/:$ANDROID_HOME/platform-tools
1reaction
DanTupcommented, Aug 20, 2019

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found