I'm a bit confused about debugging on a device. When I use the emulator, after the debug session, I simply close the emulator window... but when debugging on my device, how can I close the session??simply disconnecting the USB cable??

And the installed .apk ( installed by Eclipse ) should be removed manually??

thanks in advance for the answers :)

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

You can do this by going to the Debug perspective, right clicking your application, and selecting "Disconnect" or "Terminate".

alt text

link|improve this answer
Great!thank you – Salv0 Jan 9 '11 at 22:16
feedback

As soon as you disconnect, the debug session is terminated.

Any APKs installed during debugging must be removed manually, since technically they're not part of the debugging process.

link|improve this answer
So there's no other way in Eclipse right? Anyway thank you :) – Salv0 Jan 9 '11 at 16:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.