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.

Problems in Android with last compiled SDK version

See original GitHub issue

Hello,

I am having some problems to compile Android SDK with the last versions of master branch. The last time I compiled was 3.10.0 mobile SDK version and everything works good, but I pulled last changes from master and compile and now I cannot compile in Android Studio because I have always this error:

Could not GET 'https://jitpack.io/org/jitsi/react/jitsi-meet-sdk/3.10.1/jitsi-meet-sdk-3.10.1.pom'. Received status code 401 from server: Unauthorized
Disable Gradle 'offline mode' and sync project

If I try to compile in Android Studio with the last version of master and I use 3.10.0 sdk version the problem is similar and it will fail.

I am compiling SDK like always, I followed this guide https://www.programmersought.com/article/76856740065/ and I upgraded npm to the last version and compile Android SDK works fine, but it doesn’t work in Android Studio when I try to compile with the last version of Jitsi.

Thank you for your help.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
EbelloImboxcommented, Nov 25, 2021

Ok yes, that is the problem, I never thought that you should be using version 4.0.0, I was trying to use always the last version possible with 3.10.+ and it makes crash my app.

Thank you so much for your useful support.

0reactions
saghulcommented, Nov 25, 2021
./org/jitsi/react
./org/jitsi/react/jitsi-meet-sdk
./org/jitsi/react/jitsi-meet-sdk/maven-metadata.xml.sha256
./org/jitsi/react/jitsi-meet-sdk/4.0.0
./org/jitsi/react/jitsi-meet-sdk/4.0.0/jitsi-meet-sdk-4.0.0.aar
./org/jitsi/react/jitsi-meet-sdk/4.0.0/jitsi-meet-sdk-4.0.0.pom.sha1
./org/jitsi/react/jitsi-meet-sdk/4.0.0/jitsi-meet-sdk-4.0.0.pom.sha256
./org/jitsi/react/jitsi-meet-sdk/4.0.0/jitsi-meet-sdk-4.0.0.aar.sha512
./org/jitsi/react/jitsi-meet-sdk/4.0.0/jitsi-meet-sdk-4.0.0.aar.md5
./org/jitsi/react/jitsi-meet-sdk/4.0.0/jitsi-meet-sdk-4.0.0.aar.sha1
./org/jitsi/react/jitsi-meet-sdk/4.0.0/jitsi-meet-sdk-4.0.0.pom.sha512
./org/jitsi/react/jitsi-meet-sdk/4.0.0/jitsi-meet-sdk-4.0.0.pom
./org/jitsi/react/jitsi-meet-sdk/4.0.0/jitsi-meet-sdk-4.0.0.aar.sha256
./org/jitsi/react/jitsi-meet-sdk/4.0.0/jitsi-meet-sdk-4.0.0.pom.md5
./org/jitsi/react/jitsi-meet-sdk/maven-metadata.xml
./org/jitsi/react/jitsi-meet-sdk/maven-metadata.xml.sha512
./org/jitsi/react/jitsi-meet-sdk/maven-metadata.xml.md5
./org/jitsi/react/jitsi-meet-sdk/maven-metadata.xml.sha1

You didn’t build 3.10, you built from master (I guess) which has the 4.0.0 version number.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Known issues with Android Studio and Android Gradle Plugin
This section describes known issues that exist in the latest stable version of Android Studio. Error when rendering Compose Preview. Starting with Android...
Read more >
Error in compile SDK version? - android - Stack Overflow
Install the latest version of the build tools. Adjust your build.gradle to use `buildToolsVersion "23.0.2"`. or check and remove duplicate ...
Read more >
Build issues caused by outdated compileSdkVersion on Android
compileSdkVersion should generally be set to the latest available stable version, using old versions can cause build issues with newer ...
Read more >
CompileSdkVersion and targetSdkVersion — what is the ...
compileSdkVersion defines which Android SDK version will be used by gradle to compile your app. For example: In Android 12, so in SDK...
Read more >
How to Fix: The minCompileSdk (31) is greater ... - YouTube
... AAR metadata (META-INF/com/ android /build/gradle/aar-metadata.properties) is greater than this module's compileSdkVersion ( android -30).
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