-
Notifications
You must be signed in to change notification settings - Fork 11
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
Got error with BuildCoinfig.class after updating to 2.0.0 #189
Comments
environment: segment_analytics: ^1.1.2 |
Hey @rassl11, thank you for reaching out, and apologies for the inconvenience. It seems like there is an incompatibility issue with the Segment flutter plugin, we are looking into it. |
Hey @rassl11, did it fix for you? After updating the Flutter version and installing it clean, I am not able to reproduce this issue. |
Hi @Shahroz16 still got this error ERROR:/Users/.gradle/caches/transforms-3/79e4d0b3a89a48f58a0186d544819392/transformed/jetified-android-1.16.3-runtime.jar: R8: Type com.segment.analytics.BuildConfig is defined multiple times: /Users/.gradle/caches/transforms-3/79e4d0b3a89a48f58a0186d544819392/transformed/jetified-android-1.16.3-runtime.jar:com/segment/analytics/BuildConfig.class, /Users/build/segment_analytics/intermediates/runtime_library_classes_jar/debug/classes.jar:com/segment/analytics/BuildConfig.class FAILURE: Build failed with an exception.
Doctor summary (to see all details, run flutter doctor -v): • No issues found! environment: |
Hey @rassl11 I tried reproducing it locally by adding the |
ERROR:/Users/.gradle/caches/transforms-3/bb8cae490f23f768812abb34c4b78de0/transformed/jetified-android-1.16.3-runtime.jar: R8: Type com.segment.analytics.BuildConfig is defined multiple times: /Users/rasul/.gradle/caches/transforms-3/bb8cae490f23f768812abb34c4b78de0/transformed/jetified-android-1.16.3-runtime.jar:com/segment/analytics/BuildConfig.class, /Users/build/segment_analytics/intermediates/runtime_library_classes_jar/debug/classes.jar:com/segment/analytics/BuildConfig.class
FAILURE: Build failed with an exception.
Execution failed for task ':app:minifyProdDebugWithR8'.
BUILD FAILED in 42s
Error: Gradle task assembleProdDebug failed with exit code 1
The text was updated successfully, but these errors were encountered: