While i’m trying to run my app that’s what i get in the console:
[2013-02-05 18:03:46 - IncomingCallBC] Android Launch!
[2013-02-05 18:03:46 - IncomingCallBC] adb is running normally.
[2013-02-05 18:03:46 - IncomingCallBC] Performing com.example.incomingcallbc.MainActivity activity launch
[2013-02-05 18:03:46 - IncomingCallBC] Automatic Target Mode: using device 'SH18RT500393'
[2013-02-05 18:03:46 - IncomingCallBC] Uploading IncomingCallBC.apk onto device 'SH18RT500393'
[2013-02-05 18:03:47 - IncomingCallBC] Installing IncomingCallBC.apk...
[2013-02-05 18:03:47 - IncomingCallBC] Success!
[2013-02-05 18:03:47 - IncomingCallBC] Starting activity com.example.incomingcallbc.MainActivity on device SH18RT500393
However, the apk wasn’t installed on my device. In the first run it’s installing correctly, but after some changes in the code and running again, it doesn’t install/reinstall the apk. even if i’m deleting the app manually from the device and trying to run it doesn’t really install it.
Is it HTC SENSATION common issue ? or some false setting of my eclipse?
thanks for the help.
Perform following things:
Then try to run application again from eclipse.