"No emulator images (avds) found" even after creating emulator images

3

I have the following problem:

Error: No emulator images (avds) found.
1. Download desired System Image by running: /usr/local/Cellar/android-sdk/24.4/tools/android sdk
2. Create an AVD by running: /usr/local/Cellar/android-sdk/24.4/tools/android avd
HINT: For a faster emulator, use an Intel System Image and install the HAXM device driver

I have already created two emulator images with the command android avd

    
asked by anonymous 30.07.2016 / 04:55

1 answer

0

To stay faster, even talk

 HINT: For a faster emulator, use an Intel System Image and install the HAXM device driver

by msg you should be using Windows if your CPU is compatible install HAXM and when creating AVD use X86 image (not use X86_64), on my laptop, with Linux and using KVM (the HAXM for Linux) my AVD runs in 9 seconds.

Now on the screen, try to do an AVD using API23, I still have Rendering problems with API24 as well.

    
04.08.2016 / 09:07