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 library--SNAPSHOT.aar (com.github.yausername.youtubedl-android:library:-SNAPSHOT:0.14.0-g23b26d5-30). #238

Open
Goenji48 opened this issue Jun 21, 2023 · 4 comments

Comments

@Goenji48
Copy link

Configuration cache state could not be cached: field 'importDirs' from type 'com.android.build.gradle.tasks.AidlCompile': error writing value of type 'org.gradle.api.internal.artifacts.configurations.DefaultConfiguration$ConfigurationFileCollection'

Could not find library--SNAPSHOT.aar (com.github.yausername.youtubedl-android:library:-SNAPSHOT:0.14.0-g23b26d5-30).
Searched in the following locations:
https://jitpack.io/com/github/yausername/youtubedl-android/library/-SNAPSHOT/library--0.14.0-g23b26d5-30.aar
https://jitpack.io/com/github/yausername/youtubedl-android/library/-SNAPSHOT/library--0.14.0-g23b26d5-30.jar

@MotasemF
Copy link

try using:
com.github.yausername.youtubedl-android:library:4f00394

@Goenji48
Copy link
Author

try using: com.github.yausername.youtubedl-android:library:4f00394

it works, thanks

@HasanAnorov
Copy link

//YT downloader library
implementation 'com.github.yausername.youtubedl-android:library:-SNAPSHOT'
implementation 'com.github.yausername.youtubedl-android:ffmpeg:-SNAPSHOT' // Optional
implementation 'com.github.yausername.youtubedl-android:aria2c:-SNAPSHOT' // Optional
I am using these dependencies, if I use this dependency com.github.yausername.youtubedl-android:library:4f00394 , my old code base throws error due to method that different from old , what should I do ?

@NewMacPro
Copy link

try using: com.github.yausername.youtubedl-android:library:4f00394

where I can see the latest version ,just like "4f00394"?
thanks

@htueko
Copy link

htueko commented Sep 5, 2023

try using: com.github.yausername.youtubedl-android:library:4f00394

where I can see the latest version ,just like "4f00394"? thanks

https://jitpack.io/com/github/yausername/youtubedl-android/

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

5 participants