-
Notifications
You must be signed in to change notification settings - Fork 141
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
Flutter conflict build android lib lifecycle-livedata-core-2.8.1-runtime.jar #449
Comments
Same issue here |
I fix this by updating agp version 7.3.0 to 8.3.0. And many related version update also. |
Same issue here |
Hi, I also setup a test project her: flutter clean && flutter pub get && flutter build apk -v you should see the same result |
You need to use AGP version 8. Please follow the below steps:
For ref see this commit: 6cd517b |
I'm already using gradle 8.5 with Kotlin 1.9.21 using flutter_intercom 9.0.8 and It still crashes the app on release mode. It works fine on debug mode. |
Is it not building in release mode using the above steps? |
Duplicate of #436 |
When I try to build my application using Flutter 3.19.6 I receive this error.
I found a similar issue with React Native https://community.intercom.com/mobile-sdks-24/react-native-android-build-failed-rn-0-72-14-intercom-7-1-3-7398
The text was updated successfully, but these errors were encountered: