Hmm, it seems that the coroutines debugger still d...
# android
r
Hmm, it seems that the coroutines debugger still doesn't work for Android 🤦‍♂️
c
And you should probably not wait for it. It’s in the nature how android and ART works.
Debug agent and Android
Android runtime does not support Instrument API necessary for
kotlinx-coroutines-debug
to function, triggering
java.lang.NoClassDefFoundError: Failed resolution of: Ljava/lang/management/ManagementFactory;
, and it is not possible to use coroutine debugger along with Android emulator.
❤️ 1
r
Ooh I see, now I see why it never happened. Thank you for the info
👍 1
e
https://issuetracker.google.com/issues/189138226 low priority for years sad panda