Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build for Android Could not resolve com.github.MatrixFrog:android-scalablevideoview:v1.0.4-jitpack. #53

Closed
nilsreichardt opened this issue Sep 28, 2022 · 6 comments
Labels
P: High High priority

Comments

@nilsreichardt
Copy link
Contributor

* What went wrong:
Execution failed for task ':app:checkDevReleaseAarMetadata'.
> Could not resolve all files for configuration ':app:devReleaseRuntimeClasspath'.
   > Could not resolve com.github.MatrixFrog:android-scalablevideoview:v1.0.4-jitpack.
     Required by:
         project :app > project :jitsi_meet_wrapper > org.jitsi.react:jitsi-meet-sdk:5.0.2 > com.facebook.react:react-native-video:5.2.0-jitsi-10226385
      > Could not resolve com.github.MatrixFrog:android-scalablevideoview:v1.0.4-jitpack.
         > Could not get resource 'https://www.jitpack.io/com/github/MatrixFrog/android-scalablevideoview/v1.0.4-jitpack/android-scalablevideoview-v1.0.4-jitpack.pom'.
            > Could not GET 'https://www.jitpack.io/com/github/MatrixFrog/android-scalablevideoview/v1.0.4-jitpack/android-scalablevideoview-v1.0.4-jitpack.pom'.
               > Connect to www.jitpack.io:443 [www.jitpack.io/149.56.28.39] failed: Connection refused (Connection refused)
@nilsreichardt
Copy link
Contributor Author

Adding this to my android/build.gradle seems to work as a workaround:

allprojects {
    repositories {
        .... # Keep the rest
        jcenter() {
            content {
                includeModule("com.yqritc", "android-scalablevideoview")
            }
        }
    }
}

Source: TheWidlarzGroup/react-native-video#2454

@AjinkyaKhobragade
Copy link

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not resolve org.jitsi.react:jitsi-meet-sdk:5.0.2.
     Required by:
         project :app > project :jitsi_meet_wrapper
      > Could not resolve org.jitsi.react:jitsi-meet-sdk:5.0.2.
         > Could not get resource 'https://jitpack.io/org/jitsi/react/jitsi-meet-sdk/5.0.2/jitsi-meet-sdk-5.0.2.pom'.
            > Could not GET 'https://jitpack.io/org/jitsi/react/jitsi-meet-sdk/5.0.2/jitsi-meet-sdk-5.0.2.pom'.
               > Read timed out

this error persists. Any help would be appreciated.

@saibotma
Copy link
Owner

PR is highly appreciated, as my time is very limited atm.

@saibotma saibotma added P: High High priority help wanted labels Oct 25, 2022
@saibotma
Copy link
Owner

Probably will just have to update the jitsi-meet android (and iOS) dependency.

@AjinkyaKhobragade
Copy link

Hey, thank you for replying. Can you help me with a guide on how to update?

@saibotma
Copy link
Owner

saibotma commented Jan 2, 2023

Feel free to reopen this issue when it is still valid in the next version that will be released soon.

@saibotma saibotma closed this as completed Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: High High priority
Projects
None yet
Development

No branches or pull requests

3 participants