how do i configure my android emulator to start running in intelij? -
how do i configure my android emulator to start running in intelij? -
i getting error whenever seek run emulator:
failed start emulator: cannot run programme "/home/sypher/android-sdk-linux/tools/emulator": java.io.ioexception: error=2, no such file or directory
i had same problem, , harper89 mentioned, found reply in this question. had install ia32-libs package. assuming running distro apt:
sudo apt-get install ia32-libs
thanks, hertzsprung.
android
Comments
Post a Comment