
Unfortunately, Googling doesn’t help and searching for that error message in Android Code Search yields no results. However, there is one problem - the debugger for native code doesn’t work, and it gives the following unhelpful error Now Launching Native Debug Session Error while starting native debug session: : Found broken LLDB configuration So I’ve been testing Android Studio on macOS on Apple Silicon (M1) and it works surprisingly well, including the ultra-speedy emulator. Replace the content of Android Studio.app/Contents/plugins/android-ndk/resources/lldb with the one from the Intel version of Android Studio and everything should work. To fix: Error while starting native debug session: : Found broken LLDB configuration


Fixing LLDB on Android Studio on M1 Mac TL DR
