-
Notifications
You must be signed in to change notification settings - Fork 29
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
Cannot build my app after added the lib #19
Comments
Unfortunately, I don't have much experience with code minification. |
Hey @robsoncardozorebel, did you made any progress regarding this library and code minification? |
@lschmierer |
@RationalEgoism thank you, will check it out later. Edit: Especially |
After adding the lib I could no longer build my app only if I disable shrink and minifyEnabled. Anyone can help?
`FAILURE: Build failed with an exception.
Execution failed for task ':app:minifyProdReleaseWithR8'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 4s
Running Gradle task 'assembleProdRelease'... 4,7s
[!] The shrinker may have failed to optimize the Java bytecode.
To disable the shrinker, pass the
--no-shrink
flag to this command.To learn more, see: https://developer.android.com/studio/build/shrink-code
Gradle task assembleProdRelease failed with exit code 1
`
The text was updated successfully, but these errors were encountered: