question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Android release SDK is not working

See original GitHub issue

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: Screen Shot 2020-10-02 at 9 17 49 AM 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: Screen Shot 2020-10-02 at 9 27 31 AM

Steps to reproduce:

  1. Clone jitsi-meet
  2. Install node dependencies npm install
  3. 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. Screen Shot 2020-10-02 at 9 26 47 AM

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:26 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
saghulcommented, Oct 7, 2020

Closing this now that the release process is fixed. Feel free to continue the discussion, however.

1reaction
tmoldovan8x8commented, Oct 7, 2020

@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?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Known issues with Android Studio and Android Gradle Plugin
To fix this issue, upgrade your Android 11 emulator to version 9 or higher by navigating to Tools > SDK Manager. In the...
Read more >
Android SDK Troubleshooting - Pngme - Developer Portal
First, remove the dependency with the SDK and check that the bug is not reproduced. If the bug does not reproduce, then it...
Read more >
Different Ways to Fix “Select Android SDK” Error in Android ...
Now sync your project with Gradle files to check that SDK is working fine. To do this click on File > you will...
Read more >
No Android SDK found - Android Studio - Stack Overflow
I had the same problem, Android Studio just could not identify the android-sdk folder. All I did was ...
Read more >
Android SDK Manager and Device Manager not working
I believe this error is only seen when using the “Full List (Unsupported)” repository in the SDK Manager. As a workaround, please click...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found