Click here to Skip to main content
15,891,976 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello

I have a laptop windows 64bit with Java 1.7, Android Eclipse Classic 4.2 + installed + sdk for Windows.

Now I want to run my program and I always get "failed to install - apk on device 'emulator-5554! , Launch canceled!

Any help.
Posted

Thank you Niklas will try that - though when I tried to open the avd.exe it just showed a quick .dos side and afterwards nothing happened. Will have to check this one if it functions at all.
 
Share this answer
 
In a command window try typing
adb devices

to verify your device is actually connected to the server.
Try restarting the adb server process
adb kill-server

followed by
adb start-server


The adb command is found in <sdk>/platform-tools/
 
Share this answer
 
I tried to do that but I only have 1 emulator thus why I couldnt click on start, for it had been already started.
 
Share this answer
 
open avd manager and click on emulator which you want to start separately
and click on start
 
Share this answer
 
Thank you but how do I launch the emulator separately. And how to I make another virtual device. would really like to solve this.
 
Share this answer
 
Comments
Sandeep Mewara 7-Aug-12 11:26am    
This is not an answer. Please use 'Have a Question or Comment' link to respond to an answer. It will notify answerer of your comment such that he can come back and reply. Or if needed, use Improve Question link to edit/update your question at anytime.
Try launching the emulator separately (pretty sure you can, I don't know how off the top of my head, I use my phone for testing) and removing your program manually, then relaunch it. Or make another virtual device and try it on that one.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900