tags:

views:

51

answers:

1

Hi

I am unable to run my app on my android device. While launching the app it gives some IOException and cancel the app launching.

Like this :(in console)

[2010-09-18 02:45:53 - Lime] Android Launch! [2010-09-18 02:45:53 - Lime] adb is running normally. [2010-09-18 02:45:53 - Lime] Performing com.gtx.gpstrackinglime.splash activity launch [2010-09-18 02:45:57 - Lime] Uploading Lime.apk onto device 'HT923GZ00530' [2010-09-18 02:46:12 - Lime] Failed to upload Lime.apk on device 'HT923GZ00530' [2010-09-18 02:46:12 - Lime] java.io.IOException: Unable to upload file: timeout [2010-09-18 02:46:12 - Lime] Launch canceled!

A: 

You werent able to upload the apk, do you have drivers installed for that handset? and running adb devices shows a device attached?

omermuhammed
Yes i hav installed drivers.
Subrat
Any one help me. same errors. cant run the apps on my device
Subrat
One thing to try, is to compile an example app that comes with android sdk and try loading it. If it loads and runs the error is caused by your code, else it is caused by some kind of connectivity issue. You can also try loading your app from another PC, or loading it in a SD, loading the SD card on the handset and then try launching it.
omermuhammed