Why i\'m unable to see Android Virtual Device (AVD)
I\'m facing problem to create AVD
in android studio
, the problem is i\
It happens when there is no runnable module for Android App in your project. Creating new project definitely solves this.
You can check this using Run > Edit Configurations > Adding Android App
. If there is not runnable Android App module then you can't see "AVD Manager" in the menu.
I had installed Android studio and was not able to access the AVD Manager directly. I had to follow the steps as mentioned below:
After updating Android Studio to the latest version I finally found the AVD Manager:
I feel so damn silly. In my case, it turns out my Android Studio had two projects, one was for my React Native app root and the other for /android. If I closed the project and opened the /android project, I could access AVD Manager again.
I ran into this same problem on a Pixelbook. It ended up that I needed to enable: Settings > Develop Android Apps > Enable ADB Debugging
in the Chromebook settings to get it working.
Based on that, it seems possible that if AVD isn't working on other computers it might be an issue with ADB.
It Seems your AVD Manager is missing from root SDK directory please follow the Steps
Now try to run it.