gunschu / jitsi_meet

Initial commit
208 stars 282 forks source link

[BUG]: Jitsi meet and Stripe not working at same time #360

Closed ektapadaliya closed 2 years ago

ektapadaliya commented 2 years ago

I'm facing issue while making release APK for android.

In my app I used jitsi_meet : ^4.0.0 flutter_stripe: ^2.2.0

When I remove jitsi from app then release apk is working fine, but when both are there and try to make release apk then its giving me error.

`ERROR:/Users/ekta/.gradle/caches/transforms-3/3f7e8c51001519f7331a141b87c1ab6d/transformed/jetified-react-native-0.61.5-jitsi.2-runtime.jar: R8: Type com.facebook.react.bridge.ActivityEventListener is defined multiple times: /Users/ekta/.gradle/caches/transforms-3/3f7e8c51001519f7331a141b87c1ab6d/transformed/jetified-react-native-0.61.5-jitsi.2-runtime.jar:com/facebook/react/bridge/ActivityEventListener.class, /Users/ekta/Downloads/flueny_fair_start/build/stripe_android/intermediates/runtime_library_classes_jar/release/classes.jar:com/facebook/react/bridge/ActivityEventListener.class

FAILURE: Build failed with an exception.

BUILD FAILED in 6m 4s Running Gradle task 'assembleRelease'... 366.5s [!] The shrinker may have failed to optimize the Java bytecode. To disable the shrinker, pass the --no-shrink flag to this command. To learn more, see: https://developer.android.com/studio/build/shrink-code Gradle task assembleRelease failed with exit code 1`

Harishwarrior commented 2 years ago

To disable the shrinker, pass the --no-shrink flag to this command.

As the error mentioned for now or try flutter clean

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.