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
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:
If it tells you anything, this error gets printed out 3 times, for the tasks
:app:kaptGenerateStubsDebugKotlin
,:app:mergeDebugNativeLibs
and:app:checkDebugDuplicateClasses