How to stop debug without closing app in Android Studio 2

为君一笑 提交于 2019-11-29 07:11:09

问题


when I debugging my application and if I click on th Stop button -

  • debugging stopped work - and! - my application closing. (I think android studio just kills proccess).

How can I stop debugging without stopping process?


回答1:


Press the Close button:

then press Disconnect in the dialog, paying attention to leave unchecked Terminate the process after disconnect:



来源:https://stackoverflow.com/questions/36647707/how-to-stop-debug-without-closing-app-in-android-studio-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!