saibotma / jitsi_meet_wrapper

Jitsi Meet Plugin for Flutter. Wrapping JitsiMeetSDK for Android and iOS.
BSD 3-Clause "New" or "Revised" License
26 stars 62 forks source link

Release build crashes when using package #121

Closed Souljeee closed 10 months ago

Souljeee commented 10 months ago

During the android build of the release version, the application crashes with the following error: image Assembly takes place in the gitlab pipeline with Android Studio 2021.1.1.21 Gradle version - 7.4

shabanov-krl commented 10 months ago

same issue

it used to work, no updates were made and an error appeared one day

shabanov-krl commented 10 months ago

@saibotma i found this bugfix, maybe it's decision

https://github.com/jitsi/jitsi-meet-release-notes/blob/master/CHANGELOG-MOBILE-SDKS.md#common

manh1707 commented 10 months ago

image Did you add Proguard rule to your android.If missing, you must add Proguard-rules and check release build again. Check this Proguard rules : https://github.com/jitsi/jitsi-meet/blob/master/android/app/proguard-rules.pro

shabanov-krl commented 10 months ago

image Did you add Proguard rule to your android.If missing, you must add Proguard-rules and check release build again. Check this Proguard rules : https://github.com/jitsi/jitsi-meet/blob/master/android/app/proguard-rules.pro

yes, we have this rules

shabanov-krl commented 10 months ago

@manh1707 for reproduce this bug, clean gradle cache, if you have done builds before, and run build again

it is necessary, because gradle cached jitsi and error occurs when loading it

shabanov-krl commented 10 months ago

the problem was in the vpn :point_right: :point_left: