jitsi-meet: [BUG] Android release SDK is not working
Description:
I’m trying to self build an Android SDK but with the latest master branch it’s not possible. (I’m trying without any change to the code). I ran the following commands:
npm install
./android/scripts/release-sdk.sh /tmp/repo
For first I’ve received this build error message:
Commenting lines 147 to 150 bypass this error:
https://github.com/jitsi/jitsi-meet/blob/master/android/build.gradle#L147
But when I bypass this error, all the libraries are failing the build, each time that I run the script again it raises an error on a different dependency:

Steps to reproduce:
- Clone jitsi-meet
- Install node dependencies
npm install - Run android release-sdk.sh
./android/scripts/release-sdk.sh /tmp/repo
Expected behavior:
SDK should be generated with a successful build.
Actual behavior:
Build fails with random errors.
Server information:
- Jitsi Meet version: N/A
- Operating System: N/A
Client information:
- Browser / app version: N/A
- Operating System: N/A
Additional information:
I’ve cloned this right now and try again, same result, here are some of my sdk versions, feel free to ask me any question.

About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 26 (14 by maintainers)
Closing this now that the release process is fixed. Feel free to continue the discussion, however.
@djorkaeffalexandre you are not missing any steps, so it should work the same. Could you maybe unzip the 2 apks to compare them and see where the difference is coming from?
HI @djorkaeffalexandre , Let me try this step & hopefully i will comeback to you with some good news… Thanks for your great knowledge & continuous support on this forum. 👍
@sunilkumarjena21 yep, exactly
Thanks for the report! @tmoldovan8x8 can you repro this?