Can't start AVD

I have seen many questions and answers about this but cannot get an answer that works for me. I cannot create or run any device

THere is a caution sign: A repairable virtual device.  which is not seen commonly

I cannot click on OK button

+3


source to share


2 answers


You need to download and install an image suitable for this API level. Note that the "CPU / ABI" field is grayed out. This tells you exactly what you need to do. Just open the SDK manager, find your target API level, expand it and you will see a couple of system images that you can download and install for that API level ... see screenshot below, I have highlighted how the system image would look like in SDK manager ...

enter image description here



After downloading and installing it, you will be able to select a system image from AVD Manager for this API level and create a virtual device

+3


source


The part that you highlighted in the first shot is just the title for the dialogue. They'll just tell you what the red cross and yellow warning sign in front of the AVD name means.



The second snapshot indicates that you cannot create an AVD because you do not have "System images installed for this purpose". To fix this, you need to start the Android Package Manager and install at least one Android 4.4W system image.

+2


source







All Articles