-
Notifications
You must be signed in to change notification settings - Fork 399
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
Error on compiling framework-miui-res #16
Comments
Hello sir I'm porting MIUI to grand! Using patchrom! I have diffed all frameworks! The problem is with framework.jar and framework2.jar they are not getting optimized! D/dalvikvm( 132): DEX prep '/system/framework/ext.jar': unzip in 42ms, rewrite 625ms |
You have duplicate methods in framework.jar,use smali-1.4.2 to find it and reslove it. |
Okay i have done smali but i didn't found any duplicate method. Though i found this |
E/dalvikvm( 366): Out-of-order entry types: 0x12fb then 0x12fb |
Yeah! I used smali over out/framework i got nothing And after that i recompiled it by apktool i got this |
have u solved this error? i have the same problem |
I have the same issue |
I'm getting this =>
The text was updated successfully, but these errors were encountered: