Failed To Install Helloandroid.apk On Device 'emulator-5554!
Solution 1:
wait for the emulator to setup completely and then test your app. Also, I would leave you AVD open so you dont have to wait so long everytime you run your application.
When it shows the red writing, don't close anything - leave it there and then press the run button again. Worked like a charm.
Solution 2:
I was facing the same problem but i tried changing the ADB connection timeout. I think it defaults that to 5000ms and I changed mine to 10000ms to get rid of that problem. If you are in Eclipse, you can do this by going through Window -> Preferences and then it is in DDMS under Android.
Solution 3:
Try this: create another emulator in AVD Manager and try to run your application in the new emulator. Hope this might help you
Solution 4:
You may need to increase the device ram size. For some Honeycomb AVDs at least, the default of 256 is insufficient, and caused me the same problem. Try at least 512.
Solution 5:
Go to window and preference and increase the ADB connection time out(ms) which is 500 by default. Also change the base local debugger port to more than 9000 in my case it worked.
Post a Comment for "Failed To Install Helloandroid.apk On Device 'emulator-5554!"