-
Notifications
You must be signed in to change notification settings - Fork 52
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
Crash when using --release #25
Comments
Okay, so it turned out the Quick fix In project's
|
Dont forget to also add |
Does anybody know how to use proguard to infer in release with minifyEnabled and shrinkResources set to true without this crash? |
Here is what worked for me adapting files in my project. In
In
Static analysis of release apk with MobSF shows my code is still obfuscated. I don't get no crash anymore. Inference works as expected on android release app. |
When using release build the app is crashing on startup. Tested on Flutter versions
2.5.0 2.8.1 3.3.8
Full error
The text was updated successfully, but these errors were encountered: