1

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 .

Yatin
  • 2,969
  • 9
  • 34
  • 68

2 Answers2

0

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

0

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.

Zero
  • 2,764
  • 1
  • 17
  • 20