yausername / dvd

Download videos from anywhere
GNU General Public License v3.0
869 stars 44 forks source link

Build fails (can't download library and ffmpeg jars) #74

Closed counter185 closed 2 years ago

counter185 commented 2 years ago

I'm trying to build this project, but I can't get it to compile. I have not changed anything in any file, just cloned the repo and let Android Studio do whatever it needs to. This is the error it prints out:

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:kaptGenerateStubsDebugKotlin'.
> Could not resolve all artifacts for configuration ':app:debugCompileClasspath'.
   > Could not find library-0.13.3.jar (com.github.yausername.youtubedl-android:library:0.13.3).
     Searched in the following locations:
         https://jitpack.io/com/github/yausername/youtubedl-android/library/0.13.3/library-0.13.3.jar
   > Could not find ffmpeg-0.13.3.jar (com.github.yausername.youtubedl-android:ffmpeg:0.13.3).
     Searched in the following locations:
         https://jitpack.io/com/github/yausername/youtubedl-android/ffmpeg/0.13.3/ffmpeg-0.13.3.jar

If it tells you anything, this error gets printed out 3 times, for the tasks :app:kaptGenerateStubsDebugKotlin, :app:mergeDebugNativeLibs and :app:checkDebugDuplicateClasses

xibr commented 2 years ago

Related to