0

I have downloaded the Eclipse with Android environment and have created an emulator with the following settings:

enter image description here

However, when I run the Android emulator (with all the combinations I am can), the Android device never gets past the following screen:

enter image description here

I have tried the solution mentioned here with no luck. After extensive Googling I cannot find a solution. Is it the case that, due to my hardware, I am unable to emulate? I have an AMD processor with a NVidia GPU.. but I cannot imagine everyone else with similar hardware is unable to emulate Android devices.

Community
  • 1
  • 1
user3761858
  • 231
  • 2
  • 6
  • 13
  • 1
    Your screenshot clearly says that you need to install `Google API ARM(armeabi-v7a)` system image for `Android 5.0(API21)` from `SDK Manager` otherwise your emulator would not be launched. – Piyush Nov 08 '14 at 04:08

1 Answers1

1

the first picture actually told the reason,"this AVD may not work unless you install the Google APIs ARM(armeabi-v7a)system image for Android 5.0(API 21) first", have you installed the Google APIs ARM(armeabi-v7a)system image for Android 5.0(API 21)?

Michael Yang
  • 1,403
  • 2
  • 18
  • 27
  • I have got it installed, see: http://i.imgur.com/xY5tkQc.png. I installed all the defaults that came with the Android / Eclipse bundle. I have no idea why that message is there. – user3761858 Nov 08 '14 at 20:45