Why AVD Manager options are not showing in Android Studio

后端 未结 16 828
广开言路
广开言路 2020-12-12 17:00

Why i\'m unable to see Android Virtual Device (AVD)

I\'m facing problem to create AVD in android studio, the problem is i\

相关标签:
16条回答
  • 2020-12-12 17:34

    On linux I have same problem - its not listed in tools.

    However there is a small icon:

    Higlighted in yellow above in the top right corner of studio. It looks like a small phone with the android logo.

    0 讨论(0)
  • 2020-12-12 17:34

    I found it from the icon. Please see the device icon.

    0 讨论(0)
  • 2020-12-12 17:35

    I had the same issue on my React Native Project. Was not just that ADV Manager didn't show up on the menu but other tools where missing as well.

    Everything was back to normal when I opened the project using Import project option instead of Open an Existing Android Studio project.

    0 讨论(0)
  • 2020-12-12 17:38

    Usually this implies some Android setup issue with the project. Go to the "Resource Manager" tab where you will be able to click on "Add Android Module" and click on import gradle files. If the import fails, you will get error messages that you can work with

    0 讨论(0)
提交回复
热议问题