How to stop android studio from running

mr nooby noob

How to I stop my code from running in Android Studio? I have tried selecting the program under the Java folder, but the "Terminate Application" button is grayed out. It's really annoying how the long is going crazy even though I have ended the app on my phone...

Here is a screenshot of my screen if it helps:

enter image description here

Alexander Micklewright

If you are referring to the lines in the logcat that keep appearing even when you app is stopped, this is normal, your phone keeps running other apps and logging status messages.

To suppress this output try selecting you application in the drop down menu on the right to show only your app's output

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

How to stop logcat from scrolling in Android Studio

From Dev

How to stop logcat from scrolling in Android Studio

From Dev

How to stop emulated app from running? (Android Studio, 64-bit Win7 SP1)

From Dev

How to stop a for loop from running?

From Dev

How Do You Stop Android Studio From Deleting Trailing Spaces?

From Dev

How to prevent Android Studio 2.0 from running on same device

From Dev

How to stop Intellij from automatically running SBT

From Java

How to stop/terminate a python script from running?

From Dev

How to just stop a method from running?

From Dev

How to stop a running app from command line

From Dev

How to stop mysql from running at boot time?

From Dev

how to stop matlab from running a script in mac

From Dev

How to stop code from running on a specific date

From Dev

How to stop Cortana from running in the background?

From Dev

How to stop a c++ code from running

From Dev

Stop Android Studio from using Support Library

From Java

How to stop Gradle task execution in Android Studio?

From Dev

How to stop using AppCompat in Android Studio?

From Dev

Stop `exit` from running

From Dev

Running app from android studio not working

From Dev

How can I stop the LogCat output from scrolling automatically in Android Studio?

From Dev

How stop Android Studio from collapsing (closing) all the directories in "Project Files" pane?

From Dev

How to stop other elements moving around when moving an element from relative layout in android studio?

From Dev

How can I stop the LogCat output from scrolling automatically in Android Studio?

From Java

How to break from loop to stop program from running

From Dev

How to make running text in cardview android studio?

From Dev

How to stop the task running in a Thread Pool Executor Android

From Dev

How to stop protractor from running further testcases on failure?

From Dev

How to stop one Submit button from running the Submit Click function

Related Related

  1. 1

    How to stop logcat from scrolling in Android Studio

  2. 2

    How to stop logcat from scrolling in Android Studio

  3. 3

    How to stop emulated app from running? (Android Studio, 64-bit Win7 SP1)

  4. 4

    How to stop a for loop from running?

  5. 5

    How Do You Stop Android Studio From Deleting Trailing Spaces?

  6. 6

    How to prevent Android Studio 2.0 from running on same device

  7. 7

    How to stop Intellij from automatically running SBT

  8. 8

    How to stop/terminate a python script from running?

  9. 9

    How to just stop a method from running?

  10. 10

    How to stop a running app from command line

  11. 11

    How to stop mysql from running at boot time?

  12. 12

    how to stop matlab from running a script in mac

  13. 13

    How to stop code from running on a specific date

  14. 14

    How to stop Cortana from running in the background?

  15. 15

    How to stop a c++ code from running

  16. 16

    Stop Android Studio from using Support Library

  17. 17

    How to stop Gradle task execution in Android Studio?

  18. 18

    How to stop using AppCompat in Android Studio?

  19. 19

    Stop `exit` from running

  20. 20

    Running app from android studio not working

  21. 21

    How can I stop the LogCat output from scrolling automatically in Android Studio?

  22. 22

    How stop Android Studio from collapsing (closing) all the directories in "Project Files" pane?

  23. 23

    How to stop other elements moving around when moving an element from relative layout in android studio?

  24. 24

    How can I stop the LogCat output from scrolling automatically in Android Studio?

  25. 25

    How to break from loop to stop program from running

  26. 26

    How to make running text in cardview android studio?

  27. 27

    How to stop the task running in a Thread Pool Executor Android

  28. 28

    How to stop protractor from running further testcases on failure?

  29. 29

    How to stop one Submit button from running the Submit Click function

HotTag

Archive