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). I am getting below error
A/zygote: jdwp_handler.cc:1221] Check failed: modifier_count < 256 (modifier_count=268, 256=256)
runtime.cc:542] Runtime aborting...
runtime.cc:542]
A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 3474 (JDWP), pid 3461 (bundle identifier)
I have checked many documents and stack answers but not found exact solutions. some of similar issue I checked. this and this
I am running with Android studio 4.2.1
- Ubuntu, Project is build with latest sdk version 30
. Testing with Android Oreo devices