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

前端 未结 5 1960
小蘑菇
小蘑菇 2020-12-17 16:31

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:

5条回答
  •  北海茫月
    2020-12-17 17:20

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

提交回复
热议问题