Why doesn't Android Debug mode and Android Monitor work together

70 Views Asked by At

Why do android studio close its monitor if I debug the application ? I need to change database table once I get results while debugging and then again debug , but the process goes like android debug closes the monitor as soon I start to debug .

2

There are 2 best solutions below

0
On

Drag the Debugtag from the left to the right.

enter image description here

enter image description here

All the labels can be handled like this.

0
On

just go settings => Build, execution, deployment =>instant run => uncheck 'Enable Instant Run to hot swap code/resource changes on depoly'