Open Tavorc opened 2 months ago
I also have the same problem, It has already affected the compilation of many projects, please fix it as soon as possible
The solution that works for me is, i downloaded the files of the library and put it locally in my repo.
对我有用的解决方案是,我下载了库的文件并将其位置放在我的存储库中。
dealing with every project like this would be overwhelming and frustrating.
After trying numerous solutions, this one finally worked for me. Link
use this for your pdf viewer
implementation 'com.github.DImuthuUpe:AndroidPdfViewer:2.8.1'...
i have issues with this
implementation 'br.com.simplepass:loading-button-android:1.6.3'
anyone with a solution?
This issue is stale because it has been open for 30 days with no activity.
Caused by: org.gradle.internal.resource.transport.http.HttpErrorStatusCodeException: Could not GET 'https://jitpack.io/com/github/barteksc/android-pdf-viewer/3.1.0-beta.1/android-pdf-viewer-3.1.0-beta.1.pom'. Received status code 401 from server: Unauthorized
also for org.jetbrains.anko:anko-commons:0.10.5 https://jitpack.io/org/jetbrains/anko/anko-commons/0.10.5/anko-commons-0.10.5.pom
any idea how to solve it?
Link to build log from https://jitpack.io https://jitpack.io/com/github/barteksc/android-pdf-viewer/3.1.0-beta.1/android-pdf-viewer-3.1.0-beta.1.pom https://jitpack.io/org/jetbrains/anko/anko-commons/0.10.5/anko-commons-0.10.5.pom
Does the project build on your machine with the same commands (e.g. ./gradlew install) ? yes
What error are you seeing? Received status code 401 from server: Unauthorized Thank you!