Hello i am using an external library ( https://github.com/johannilsson/android-actionbar ) with eclipse ( in eclipse->project->properties->android->library, also i unchecked "Is Library" ).
And now i can't debug, instead of getting a message of something like this
[2012-05-31 18:28:42 - MyLocationDemo] Uploading MyLocationDemo.apk onto device 'CM7-Blade'
[2012-05-31 18:28:42 - MyLocationDemo] Installing MyLocationDemo.apk...
[2012-05-31 18:28:44 - MyLocationDemo] Success!
I get this
[2012-05-31 18:27:28 - Reactivame] Uploading Abc.apk onto device 'CM7-Blade'
[2012-05-31 18:27:29 - Reactivame] Installing Abc.apk...
[2012-05-31 18:27:36 - Reactivame] Success!
[2012-05-31 18:27:36 - Reactivame] \Abc\bin\Abc.apk installed on device
[2012-05-31 18:27:36 - Reactivame] Done!
I tried using Log.v(), but not even that works. I restarted both the PC and the two testing devices i have, but it didn't help.