-
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
Android build crashes after upgrading to Intercom 9.0.5/9.0.6. #439
Comments
I have the same problem. |
Using bitrise to generate apk, it gives me this error:
A workaround to continue building. app and not stop development was to fix the intercom version at 9.0.0
|
Looks like the same issue #436 Can you please try updating your Gradle version same as the example app? #436 (comment) |
Same here. I'm using the version 9.0.4 as recommended here |
Do any of you have it working with Flutter >3.19 |
Duplicate of #436 |
You need to use AGP version 8. Please follow the below steps:
For ref see this commit: 6cd517b |
Environment:
Flutter 3.19.6/3.22.1
Intercom 9.0.5/9.0.6
VSCode 1.89.1
MacOS 14.5
When trying to build a release for Android I get the following error:
ERROR:/Users/builder/.gradle/caches/transforms-3/281d4165655ea893dd7147c4b25ba565/transformed/vectordrawable-animated-1.2.0-runtime.jar: R8: java.lang.NullPointerException: Cannot invoke "String.length()" because "" is null
A failure occurred while executing com.android.build.gradle.internal.tasks.R8Task$R8Runnable Compilation failed to complete, origin: /Users/builder/.gradle/caches/transforms-3/281d4165655ea893dd7147c4b25ba565/transformed/vectordrawable-animated-1.2.0-runtime.jar:androidx/vectordrawable/graphics/drawable/Animatable2Compat$AnimationCallback$1.class
The text was updated successfully, but these errors were encountered: