The app runs great, but there doesn\'t seem to be a way to terminate it. There is a \"Terminate Application\" button, but it\'s greyed out, as seen 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)
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)
You will get a screen like this.In here in device part it shows the emulators or connected android device to the computer.
03)
Select the device.Then it will shows the current apps running in the device.
04)
Select the app which you want to terminate and click the stop icon above.This will terminates your app.
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:
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.
Select the process which you want to terminate, and click on Terminate Application.