Reputation: 922
Trying to debug and it gets stuck here. Exception: Can't find resource for bundle android.icu.impl.ICUResourceBundleImpl$ResourceTable, key en_US
I am able to run the app fine on the emulator and physical device but when I try debugging it gets stuck here and doesn't reach my breakpoint. Was working fine and now this started happening all of the sudden.
I've tried Invalidate Caches/Restart, cleaning & rebuilding project, restarting my device and my PC, checking out a different branch, even did an Android Studio update and still getting this issue.
Upvotes: 1
Views: 305
Reputation: 922
After 2 hours I realized the problem was that I had "Java Exception Breakpoints" and/or "Exception Breakpoints" checked on the Breakpoints settings. Unchecked them and everything is back to normal.
Upvotes: 2