Android Studio 3.5.1 debugger not working

Hello!

I updated to Android Studio 3.5.1, and debugging in the emulator is very slow and breakpoints don't seem to be working (they are not method bp's as far as I can find out).

Also, I used to simulate location, using a gpx file, and this doesn't seem to work at all anymore. I can see the route on the map, but the blue point doesn't move at all.

This has stopped my development efforts. 

I hope someone can help me, thank you!

Martine

3
Avatar
Permanently deleted user

I had this issue with my native project. It's as though Android Studio couldn't detect which type of debugger to use for my native app.

I was able to fix it by going to Run -> Edit Configurations, selecting my project, selecting the Debugger tab, then changing 'Debug type' from 'Auto' to 'Dual':

1
Avatar
Permanently deleted user

This solution worked for me.  Thanks.

0

请先登录再写评论。