Android Studio – Android App crashes when starting another activity from MainActivity
I am trying to debug the CompassActivity class, but the app crashes between the startActivity call after I step, and the first line of OnCreate of CompassActivity. So it never steps in top OnCreate if I set a breakpoint I…