-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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: can not merge I and Z #11
Comments
notice the line the problem is caused by strict type calculation, because in java syntaxt, a boolean can not assign to an inteager. so dex2jar forbid merge type
merge to #10 |
got same error dex2jar 2.0 |
Can you tell us please where to modify or make changes? |
Got the same error when decoding my app. Mostly errors come from Google support-lib code. |
Fix some possible issues everywhere
classes-errors.zip : https://mega.co.nz/#!qkxwTQTb!9kE-_dhSV1-zREysVsSp4ERHFynrVTWUAU_HijsY4rA
The text was updated successfully, but these errors were encountered: