When trying to install the android sdk for Aldebaran\'s pepper robot on my computer following this official tutorial:
Step 1: android.aldebaran.com/doc/installation.html
You should try installing Android Studio 2.3.3 on Windows 10, 64-bit. I know that works at least.
I got mine to work doing the following:
Make sure you have your AVD Options set to arm and not x86 and that "Use Host GPU" is enabled
After that the emulator worked.(note that it takes quite long to launche)
The suspected cause is that the Pepper emulator tries to use the emulator-arm.exe wich is not availible in the standart installation of Android Studio
I got this working finally thanks to theGary's hint above. No need to wipe out your whole tools directory though -- I was able to get the x86 Pepper emulator running (on Mac in my case) by copying these files and directories from the Android sdk/emulator directory into the sdk/tools directory:
Then edit your run/debug configurations and change the “robot app” AVD options from armeabi-v7 to x86.