I’m new to Android development. When I run my app in the Java perspective I click the default Run button on the menu bar. To stop it I need to click on the DDMS perspective, click on the App in the list of names on the Devices tab, and then click on the Stop Process button.
So 3 clicks!
Is there not an easier way to do this, ideally involving one click/action?
I’m using Eclipse 3.8.1 with Android 4.1.
At minimum, you need to indicate the process you wish to terminate, then indicate that you wish to terminate it. You are welcome to have the Devices view in other perspectives (e.g., Java) to save your moving over to the DDMS perspective.
The only “one click/action” solution is the power button on your development machine.