-
Notifications
You must be signed in to change notification settings - Fork 85
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
Fatal exception and Crash on Android #78
Comments
Same issue. Will try the It worked!! |
Same issue. I added I am seeing this stacktrace. The ad appears fine and I can click it successfully. Not sure what it means.
|
same issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading to
flutter 1.25.0-8.1.pre
, app crashes on start-up as soon as the Ads start to load. The error is similar to one reported on the flutter community at flutter/flutter#72185.The temporary fix for this is to set
android.enableDexingArtifactTransform=false
ingradle.properties
.on iOS, this issue is absent.
The text was updated successfully, but these errors were encountered: