Android Emulator Fails To Launch :: Failed To Install Apk On Device 'emulator-5554': Null
This is the background of my setup. Eclipse version Indigo. Windows 7 Since of two days I am failing to launch my applications on the emulator. I get the below error on DDMS Consol
Solution 1:
Try to run the emulator separately from AVD Manager, Then after its up and running and you were able to see the Home screen, at that time you can Run you application from Eclipse IDE, targeting to this specific Emulator.Your app will run smoothly.
Solution 2:
I'm running Eclipse Luna on a Linux Virtual Machine for Android Development using Oracle Virtual Box. I was facing issues when trying to run Projects on an Android Phone like described: Failed to install *apk.
I solved it by setting "USB 2.0 (EHCI) Controller" on Android Virtual Box----> Virtual Machine --->Virtual Machine Configuration ----> USB.
Prior to set USB 2.0 I had to install "Oracle VM VirtualBox Extension Pack" from https://www.virtualbox.org/wiki/Downloads
Post a Comment for "Android Emulator Fails To Launch :: Failed To Install Apk On Device 'emulator-5554': Null"