问题
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