Skip to content Skip to sidebar Skip to footer

Android Studio - App Crashes On Step Over

I am facing crash in Android studio while in debugging mode when I am doing step over (short key F8). If I put breakpoints then it is jumping to next breakpoints (with short key F9

Solution 1:

Set Debug type: Dual(Java + Native) from Android studio > Run > Edit Configurations... As I checked for project based on Java code, debugging was working properly but for Kotlin code was not working debugging. It was giving crash for Step Over. After changing this it is working for Kotlin code. Hope this will help someone if facing same problem as I faced.

enter image description here

Solution 2:

I've got the same problem on all hardware devices I have. There are Android 8.1.0, Android 6.0. I recently saw it on emulators, but it was easy to handle - just reinstall the AVD and it is gone. Now I need to test on hardware devices and nothing works.

Here is the issue at Google, and it looks like they are not going to fix it.

https://issuetracker.google.com/issues/37081686

Post a Comment for "Android Studio - App Crashes On Step Over"