-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Exceeding the 64k method limit #3924
Comments
In current |
Most significant numbers:
|
Adding proguard shrink mode helps to kill ~25K methods, but it adds ~15 seconds compile time. After proguard: Overall method count: 38472
Conclusions:
I'll try to enable the new build tool chain (Jack and Jill) for debug builds, from the doc:
Plus, it should make the whole build step faster. |
Will close this since we got some headway by #3927 |
Reopening so to keep an eye on it. |
Man... Helpshift sure has a lot of methods ;). |
The
feature/gravatar-upload-okhttp
branch (at 30fa971) manages to exceed the 64k method limit.We need to decrease the app's current method count.
The text was updated successfully, but these errors were encountered: