Current version (1.1.1) can sometimes throw NoClassDefFoundError error.
These errors can appear both in logs or in exception report popup window.
Root cause is a not correct plugin classloader isolation, so depending on class initialization order, class can be loaded by plugin classloader and not found if accessed from app classloader.
Fix still in work and not ready.
Workaround
On such error try to reload jadx (toolbar button, F5 keybing or File -> Reload files).
After that error may not appear because it depends on order of interactions with UI.
Current version (1.1.1) can sometimes throw NoClassDefFoundError error.
These errors can appear both in logs or in exception report popup window.
Root cause is a not correct plugin classloader isolation, so depending on class initialization order, class can be loaded by plugin classloader and not found if accessed from app classloader.
Fix still in work and not ready.
Workaround
On such error try to reload jadx (toolbar button,
F5keybing orFile -> Reload files).After that error may not appear because it depends on order of interactions with UI.