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

Could not find com.waynejo:androidndkgif:0.3.3 #49

Open
bboyzlodey opened this issue Aug 23, 2021 · 3 comments
Open

Could not find com.waynejo:androidndkgif:0.3.3 #49

bboyzlodey opened this issue Aug 23, 2021 · 3 comments

Comments

@bboyzlodey
Copy link

bboyzlodey commented Aug 23, 2021

Hello!
Bintray repo for dependency com.waynejo:androidndkgif:0.3.3 not work. Please fix it

Execution failed for task ':app:mergeDebugNativeLibs'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find com.waynejo:androidndkgif:0.3.3.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/waynejo/androidndkgif/0.3.3/androidndkgif-0.3.3.pom
- https://repo.maven.apache.org/maven2/com/waynejo/androidndkgif/0.3.3/androidndkgif-0.3.3.pom
- https://jitpack.io/com/waynejo/androidndkgif/0.3.3/androidndkgif-0.3.3.pom
Required by:
project :app > com.github.SumiMakito:AwesomeQRCode:1.2.0

@ArthurKun21
Copy link

hello what alternatives did you use?

@mustafaberk1996
Copy link

Hi, this issue is still continuing, anybody found any solution?

@ArtRoman
Copy link

ArtRoman commented Feb 4, 2022

Hi, this issue is still continuing, anybody found any solution?

Just replace module in dependency in your build.gradle:

    implementation ('com.github.SumiMakito:AwesomeQRCode:1.2.0'){
        exclude group: 'com.waynejo', module: 'androidndkgif' // exclude jcenter module
    }
    implementation 'io.github.waynejo:androidndkgif:1.0.1' // add updated module from mavenCentral

Moreover, if you don't use animated background in QR, you can skip attaching this library. This saves ~100kb for me on each platform for optimized build. Build will be OK, but app can crash in runtime with UnsatisfiedLinkError: dlopen failed: library "libandroidndkgif.so" not found in case of any GifBackground usage.

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

4 participants