Zeno97 / cordova-plugin-jitsi-meet-sdk

Cordova plugin for Jitsi Meet React Native SDK.
Apache License 2.0
8 stars 11 forks source link

Signed APK gives an Error #7

Closed ManivannanVC closed 3 years ago

ManivannanVC commented 3 years ago

Hi Zeno97,

As stated in issue #4 , the debug version is working fine. When i make with signed release version , it gives an error like below,

Program type already present: org.jitsi.meet.sdk.AudioDeviceHandlerConnectionService$1

Please help me to resolve this!

Zeno97 commented 3 years ago

Hello try to build witu android studio and let me know

Inviato dal mio Galaxy

-------- Messaggio originale -------- Da: ManivannanVC @.> Data: 29/06/21 14:38 (GMT+01:00) A: Zeno97/cordova-plugin-jitsi-meet-sdk @.> Cc: Subscribed @.***> Oggetto: [Zeno97/cordova-plugin-jitsi-meet-sdk] Signed APK gives an Error (#7)

Hi Zeno97,

As stated in issue #4https://github.com/Zeno97/cordova-plugin-jitsi-meet-sdk/issues/4 , the debug version is working fine. When i make with signed release version , it gives an error like below,

/var/www/html/mounts/mac/android/ssv_pammal/platforms/android/app/build/outputs/apk/debug/app-debug.apk

Please help me to resolve this!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/Zeno97/cordova-plugin-jitsi-meet-sdk/issues/7, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKABCKHDU2P4Q2PFKKILCP3TVG5FVANCNFSM47QBECSQ.

ManivannanVC commented 3 years ago

image

Please check the attached image

Zeno97 commented 3 years ago

Do you have installed multidex plugin?

Inviato dal mio Galaxy

-------- Messaggio originale -------- Da: ManivannanVC @.> Data: 29/06/21 15:11 (GMT+01:00) A: Zeno97/cordova-plugin-jitsi-meet-sdk @.> Cc: Zeno97 @.>, Comment @.> Oggetto: Re: [Zeno97/cordova-plugin-jitsi-meet-sdk] Signed APK gives an Error (#7)

[image]https://user-images.githubusercontent.com/64186674/123803006-82f59e00-d909-11eb-992e-9b74e5c9a7e6.png

Please check the attached image

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/Zeno97/cordova-plugin-jitsi-meet-sdk/issues/7#issuecomment-870586286, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKABCKAABIWDRHXKZIQODETTVHA7VANCNFSM47QBECSQ.

ManivannanVC commented 3 years ago

no

ManivannanVC commented 3 years ago

Do i need to install it ?

ManivannanVC commented 3 years ago

Same issue after install multidex plugin!

ManivannanVC commented 3 years ago

Any update on this?

Zeno97 commented 3 years ago

Hi sorry for the issue i will solve it as soon as possible.

Inviato dal mio Galaxy

-------- Messaggio originale -------- Da: ManivannanVC @.> Data: 29/06/21 15:11 (GMT+01:00) A: Zeno97/cordova-plugin-jitsi-meet-sdk @.> Cc: Zeno97 @.>, Comment @.> Oggetto: Re: [Zeno97/cordova-plugin-jitsi-meet-sdk] Signed APK gives an Error (#7)

[image]https://user-images.githubusercontent.com/64186674/123803006-82f59e00-d909-11eb-992e-9b74e5c9a7e6.png

Please check the attached image

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/Zeno97/cordova-plugin-jitsi-meet-sdk/issues/7#issuecomment-870586286, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKABCKAABIWDRHXKZIQODETTVHA7VANCNFSM47QBECSQ.

ManivannanVC commented 3 years ago

Thanks. Any quick work around for this ?

ManivannanVC commented 3 years ago

What are all the dependencies needs to be exclude from https://github.com/jitsi/jitsi-maven-repository/raw/master/releases ?

ManivannanVC commented 3 years ago

There is a conflict of package when you pull from https://github.com/jitsi/jitsi-maven-repository/raw/master/releases and sdk loaded in a local directory sdks/android/sdk.

How can we resolve this issue?

Zeno97 commented 3 years ago

The package included in the plugin is not supposed to be directly updated from repository because has been modified for the scope to work. If you want to solve this issue yourself with the last version of the sdk you should create the plugin from scratch. You can take mine as a reference.

Inviato dal mio Galaxy

-------- Messaggio originale -------- Da: ManivannanVC @.> Data: 30/06/21 10:08 (GMT+01:00) A: Zeno97/cordova-plugin-jitsi-meet-sdk @.> Cc: Zeno97 @.>, Comment @.> Oggetto: Re: [Zeno97/cordova-plugin-jitsi-meet-sdk] Signed APK gives an Error (#7)

There is a conflict of package when you pull from https://github.com/jitsi/jitsi-maven-repository/raw/master/releases and sdk loaded in a local directory sdks/android/sdkhttps://github.com/Zeno97/cordova-plugin-jitsi-meet-sdk/tree/main/sdks/android/sdk.

How can we resolve this issue?

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/Zeno97/cordova-plugin-jitsi-meet-sdk/issues/7#issuecomment-871188902, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKABCKH5KMJKOR6GMMZNTN3TVLGJBANCNFSM47QBECSQ.

ManivannanVC commented 3 years ago

Hi zeno,

Which react native version have you used in your deployment?

https://github.com/jitsi/jitsi-maven-repository/tree/master/releases/com/facebook/react/react-native

Zeno97 commented 3 years ago

Hi @ManivannanVC i've implemented newer jitsi meet sdk, fixed this problem and also implemented participant related listeners. You can find every new implementation in the doc.