Why does this tablet's screen stays black when launching an app in debug mode?

52 Views Asked by At

I have an Archos Hello 7 tablet running on Android 8.1

When I try to launch the app in debug mode from Android Studio, the app starts but the screen stays black.

Debug mode works fine with other phones or tablet.

1

There are 1 best solutions below

0
On BEST ANSWER

Removing all the breakpoints solved the problem, even though I'm sure that execution was not stopped on a breakpoint when I had the back screen.

To remove all the breakpoints in Android Studio, open

Run menu -> View Breakpoints...

then select all your breakpoints and hit the Delete button