Android Avd, No Target Selected
Solution 1:
to solve the problem. install one of CPU System Images. for example: ARM EABI v7a System Image
Solution 2:
This problem has been solve in another thread: AVD Manager - Cannot Create Android Virtual Device
To solve the problem:
- You need to install the CPU system image. e.g. open your SDK manager and install ARM EABI v7a System Image under the Android 4.2 section.
- If you are using Eclipse, restart it.(I stuck here ;)
Solution 3:
You must install one CPU on the android ADV and then restart your Eclipse. You can open this tool by running android sdk
from the commandline.
Solution 4:
Its may be happening because the Device which you have selected may not be able to support the selected Target. So change your target according to device specification.
Because Some of the low resolution devices doesn't support the higher API level targets.
Solution 5:
May be while creating your application you may set target as different like 4.2.2 and actually you may be creating avds of different version like 1.5 . check out that. if so create avd as of your target. If you cannot you have to update avd version from sdk manager.
Post a Comment for "Android Avd, No Target Selected"