Why AVD Manager options are not showing in Android Studio

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

    I had installed Android studio and was not able to access the AVD Manager directly. I had to follow the steps as mentioned below:

    1. Created a blank project using Android Studio
    2. Once the Project is ready to use I tried open action using the shortcut ctrl+shift+a option and searched for AVD Manager AVD Manager
    3. On double clicking the AVD Manager I got a few errors in console about the missing libararies along with the link to install the neccessary dependencies. On clicking the links which was displayed with the error message few packages which were needed were installed. Once all the required packages were installed the AVD Manager icon becomes active.

提交回复
热议问题