-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java.lang.RuntimeException: Error loading class definition #162
Comments
on Android tool i see error shown as |
This is a smali / dexlib2 issue. You can work around by rewriting the smali / deleting problematic classes. I'll update to the new dexlib version when it becomes available which should be v2.5.3 or higher. |
yeah sure . till then closing issue , will try to remove problematic classes |
I'll leave it open to remind me to update dexlib versions. ;) |
Facing same issue :( , problem is mainly with invoke-polymorphic |
TestSimplify.apk.zip
and simplify stopped . i had look to this error prone class but not understand why it giving error
because all tool can parse it as proper .smali file . lost original apk , only this apk left because in this i merged 2 dex into single one as simplify not aware about multidex yet
The text was updated successfully, but these errors were encountered: