How to terminate app in Android Studio-- app running on separate device

You need to select the process com.mycompany.myfirstapp and then press the Terminate Application button.


You can find the process list and terminate your running app by opening the Android Device Monitor, located here:

enter image description here


As above mentioned,we can terminates the apps which are running in an emulator or real device using Android Device Monitor.These are the steps to follow.

01)

1st Step

To open the Android Device Monitor,click the android logo(24th icon from left).when you take the cursor on the icon it will display as "Android Device Monitor".

02)

2nd Step You will get a screen like this.In here in device part it shows the emulators or connected android device to the computer.

03)

3rd Step

Select the device.Then it will shows the current apps running in the device.

04)

4th Step

Select the app which you want to terminate and click the stop icon above.This will terminates your app.


That just happened to me. The solution is to press on the "Debug app" button ( the bug next to the green triangle). A window will pop up that says that it will stop the Emulator. It wont, but Now you will be able to press terminate button. Noam.

Tags:

Android