Failed to install TempDate.apk on device 'emulator-5554': timeout Got this error while run my android project. solved by this link Android error: Failed to install *.apk on device *: timeout
I go step by step but still having the problem..!!
Failed to install TempDate.apk on device 'emulator-5554': timeout Got this error while run my android project. solved by this link Android error: Failed to install *.apk on device *: timeout
I go step by step but still having the problem..!!
Uninstall your application from your device and then try to run. If the problem continues I think the problem is in your device. Just close and restart. Again it continues then restart your adb and your eclipse.
I hope this will help you.
Try 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.
Go to command Prompt and type
adb kill-server
press Enter Again type
adb start-server
press enter
now clear your project and run....