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

Error: "Could not find com.serenegiant:common:4.1.1." #13

Open
zipswich opened this issue Oct 4, 2023 · 1 comment
Open

Error: "Could not find com.serenegiant:common:4.1.1." #13

zipswich opened this issue Oct 4, 2023 · 1 comment

Comments

@zipswich
Copy link

zipswich commented Oct 4, 2023

I followed the example of UVCCamera to have the following in the project build.gradle:

maven { url 'http://raw.github.com/saki4510t/libcommon/master/repository/' }

and the following in the app's build.gradle:

    implementation("com.serenegiant:common:4.1.1") {
        exclude module: 'support-v4'
    }

Building the app throws the following error:

 org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.serenegiant:common:4.1.1.
Searched in the following locations:
  - https://dl.google.com/dl/android/maven2/com/serenegiant/common/4.1.1/common-4.1.1.pom
  - https://repo.maven.apache.org/maven2/com/serenegiant/common/4.1.1/common-4.1.1.pom
  - https://jitpack.io/com/serenegiant/common/4.1.1/common-4.1.1.pom
Required by:

Could anyone offer a tip on the remedy for this?

@Clark-caipeiyuan
Copy link

Clark-caipeiyuan commented Oct 4, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants