Why AVD Manager options are not showing in Android Studio

后端 未结 16 832
广开言路
广开言路 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:26

    The only thing that worked for me (with an existing project on a fresh install of macOS) was:

    "File" > "Sync Project with Gradle Files"
    

    This was odd to me since building the project succeeded with no errors or log messages, but I couldn’t run the project and there was nothing Android in the Tools menu.

    I had already tried creating a new Android project and running that. It didn't help with my existing project.

提交回复
热议问题