I have android application that I need to debug using eclipse. When I right click on the project and say debug as Android Application the application doesnt get installed.
See the logs and details below:
[2011-11-03 20:08:20 - Test1] Android Launch!
[2011-11-03 20:08:20 - Test1] adb is running normally.
[2011-11-03 20:08:20 - Test1] Performing com.fib.test.Test1Activity activity launch
[2011-11-03 20:08:20 - Test1] Automatic Target Mode: using device 'XXXXXXXXXXXXXX'
[2011-11-03 20:08:20 - Test1] Uploading Test1.apk onto device 'XXXXXXXXXXXXXX'
[2011-11-03 20:08:20 - Test1] Installing Test1.apk...
Details:
OS: Ubuntu
Android Developement Tools: version 14.0
Debug mode is enabled on the device. This used to work a few days back. It stopped working recently.
Upgraded my eclipse to Helios and re-installed the ADT plugin. It works fine now.