I take on-line course https://class.coursera.org/androidpart1-011/ and have many troubles with setup.
IDE (on Linux host) uses /opt/android-sdk-linux/tools/emulator
which after some checks run emulator64-x86
which doesn't work! 32-bit version work great.
Also PulseAudio code in Emulator purely written and leads to 100% CPU load.
Also official docs suggest add -qemu -enable-kvm
options.
So I need a way to change path to emulator
executable and/or pass additional options:
-force-32bit -noaudio -qemu -enable-kvm
Intellij have special tab for this settings: https://www.jetbrains.com/idea/help/run-debug-configuration-android-application.html
But I can't see Emulator tub in Android Studio 1.5.1:
Where is Emulator settings is Android Studio 1.5.1 (shame Google for frustrating GUI)?
PS Can any high score user add android-studio
tag to question?