Navigate to the newly added jitsi-meet folder and execute npm install
Create a new folder( /tmp/repo ) inside root folder
Copy the react native and JavaScriptCore dependency via cp -r node_modules/react-native/android/com tmp/repo/
and c p -r node_modules/jsc-android/dist/org tmp/repo/
Run this command ./android/scripts/release-sdk.sh /tmp/repo
Create a new android Project
Copy the /tmp/repo folder into this project
Add maven { url “file:/tmp/repo” } in the build.gradle (Project:MyProject)
Add implementation (‘org.jitsi.react:jitsi-meet-sdk:+’) { transitive = true } to the build.gradle
Getting error here ERROR: Failed to resolve: org.jitsi.react:jitsi-meet-sdk:+
@saghul
tried to create jitsipack https://jitpack.io/#nileshmean/jitsirepo
got error
ERROR: Unable to resolve dependency for ‘:app@debug/compileClasspath’: Could not resolve com.github.nileshmean:jitsirepo:+.
Show Details
Hi sagul i have made changes in the sdk and build it sucessfully but i am not able to use that sdk in your sample app can you give me the example how to implement custome jitsi sdk in android app it is not able to change language in android ui even i have give the persian path to sdk and build it sucessfully
Hi saghul, i was successfully able to build sdk by changing default language to persian but i dont know how to use that customized sdk in android project, can you provide me with an example how to use customized sdk in android app