mmin18 / Dex65536

Solve the issue with dalvik compiler limitation on 65536 methods (Unable to execute dex: method ID not in [0, 0xffff]: 65536)
MIT License
351 stars 121 forks source link

in the project.properties,I have some my own -keep #16

Closed AalenChan closed 8 years ago

AalenChan commented 9 years ago

in the project.properties,I have some my own -keeps, when I called "android update project - p",the file "project.properties" content auto changed to

-keepclassmembers class fqcn.of.javascript.interface.for.webview { public *; }

and the app can install normally, but it cannot open, and lots of Lcom cannot find

what i can do by this?thanks