Я работаю над проектом Android, и сборка Gradle не может разрешить несколько зависимостей. Некоторые зависимости взяты из JitPack, и я получаю ошибку 401 Unauthorized, когда Gradle пытается их получить. При доступе к URL-адресам вручную в браузере также запрашивается имя пользователя и пароль.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
> Could not find com.ankushgrover:Hourglass:2.0.0.
> Could not find com.tbuonomo.andrui:viewpagerdotsindicator:4.1.2.
> Could not resolve com.tonyodev.fetch2:fetch2:3.0.12.
> Could not GET 'https://jitpack.io/com/tonyodev/fetch2/fetch2/3.0.12/fetch2-3.0.12.pom'. Received status code 401 from server: Unauthorized
> Could not resolve com.github.barteksc:android-pdf-viewer:3.2.0-beta.1.
> Could not GET 'https://jitpack.io/com/github/barteksc/android-pdf-viewer/3.2.0-beta.1/android-pdf-viewer-3.2.0-beta.1.pom'. Received status code 401 from server: Unauthorized
Изменить:
Я публикую здесь все сообщение об ошибке для вашего прочтения.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
> Could not find com.github.alxrm:audiowave-progressbar:0.9.2.
Required by:
project :app
> Could not find com.github.mirrajabi:search-dialog:1.2.4.
Required by:
project :app
> Could not find com.github.denzcoskun:ImageSlideshow:0.0.7.
Required by:
project :app
> Could not find com.github.mukeshsolanki:Google-Places-AutoComplete-EditText:0.0.8.
Required by:
project :app
> Could not find com.github.jitenderdev:countryutility:v1.1.
Required by:
project :app
> Could not find com.github.judemanutd:autostarter:1.0.9.
Required by:
project :app
> Could not find com.github.denizsubasi:CCView:0.3.
Required by:
project :app
> Could not find com.github.hrskrs:InstaDotView:1.1.
Required by:
project :app
> Could not find com.asksira.android:loopingviewpager:1.1.2.
Required by:
project :app
> Could not find com.github.badoualy:stepper-indicator:1.0.7.
Required by:
project :app
> Could not find com.github.Justson:Downloader:v5.0.0-androidx.
Required by:
project :app
> Could not find com.github.sharish:ShimmerRecyclerView:v1.3.
Required by:
project :app
> Could not find com.github.BelooS:ChipsLayoutManager:v0.3.7.
Required by:
project :app
> Could not find com.github.mancj:SlideUp-Android:2.2.8.
Required by:
project :app
> Could not find com.github.adrielcafe:AndroidAudioRecorder:0.3.0.
Required by:
project :app
> Could not find com.github.mmob-tech:mmob-client-android:v0.4.11.
Required by:
project :app
> Could not find com.github.mmob-tech:mmob-client-android:v0.4.11.
Required by:
project :app
> Could not find com.github.smhdk:KM-Recyclerview-Sticky-Header:v1.0.0.
Required by:
project :app
> Could not find com.github.Gkemon:Android-XML-to-PDF-Generator:2.6.8.
Required by:
project :app
> Could not find com.github.BlacKCaT27:CurrencyEditText:2.0.2.
Required by:
project :app
> Could not find com.github.Prashant-Chandel:Videoplayer-with-Vimeo-support:138257e15c.
Required by:
project :app
> Could not find com.github.martinstamenkovski:ARIndicatorView:2.0.0.
Required by:
project :app
> Could not find com.github.HamedTaherpour:ht-epub-reader-android:0.0.5.
Required by:
project :app
> Could not find com.library:library:1.0.0.
Required by:
project :app
Проект не может загрузить зависимости. Я не смог найти, где что-то идет не так.
Я работаю над проектом Android, и сборка Gradle не может разрешить несколько зависимостей. Некоторые зависимости взяты из JitPack, и я получаю ошибку 401 Unauthorized, когда Gradle пытается их получить. При доступе к URL-адресам вручную в браузере также запрашивается имя пользователя и пароль. [code]> Could not resolve all files for configuration ':app:debugCompileClasspath'. > Could not find com.ankushgrover:Hourglass:2.0.0. > Could not find com.tbuonomo.andrui:viewpagerdotsindicator:4.1.2. > Could not resolve com.tonyodev.fetch2:fetch2:3.0.12. > Could not GET 'https://jitpack.io/com/tonyodev/fetch2/fetch2/3.0.12/fetch2-3.0.12.pom'. Received status code 401 from server: Unauthorized > Could not resolve com.github.barteksc:android-pdf-viewer:3.2.0-beta.1. > Could not GET 'https://jitpack.io/com/github/barteksc/android-pdf-viewer/3.2.0-beta.1/android-pdf-viewer-3.2.0-beta.1.pom'. Received status code 401 from server: Unauthorized
[/code] Изменить: Я публикую здесь все сообщение об ошибке для вашего прочтения. [code]1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'. > Could not resolve all files for configuration ':app:debugCompileClasspath'. > Could not find com.github.alxrm:audiowave-progressbar:0.9.2. Required by: project :app > Could not find com.github.mirrajabi:search-dialog:1.2.4. Required by: project :app > Could not find com.github.denzcoskun:ImageSlideshow:0.0.7. Required by: project :app > Could not find com.github.mukeshsolanki:Google-Places-AutoComplete-EditText:0.0.8. Required by: project :app > Could not find com.github.jitenderdev:countryutility:v1.1. Required by: project :app > Could not find com.github.judemanutd:autostarter:1.0.9. Required by: project :app > Could not find com.github.denizsubasi:CCView:0.3. Required by: project :app > Could not find com.github.hrskrs:InstaDotView:1.1. Required by: project :app > Could not find com.asksira.android:loopingviewpager:1.1.2. Required by: project :app > Could not find com.github.badoualy:stepper-indicator:1.0.7. Required by: project :app > Could not find com.github.Justson:Downloader:v5.0.0-androidx. Required by: project :app > Could not find com.github.sharish:ShimmerRecyclerView:v1.3. Required by: project :app > Could not find com.github.BelooS:ChipsLayoutManager:v0.3.7. Required by: project :app > Could not find com.github.mancj:SlideUp-Android:2.2.8. Required by: project :app > Could not find com.github.adrielcafe:AndroidAudioRecorder:0.3.0. Required by: project :app > Could not find com.github.mmob-tech:mmob-client-android:v0.4.11. Required by: project :app > Could not find com.github.mmob-tech:mmob-client-android:v0.4.11. Required by: project :app > Could not find com.github.smhdk:KM-Recyclerview-Sticky-Header:v1.0.0. Required by: project :app > Could not find com.github.Gkemon:Android-XML-to-PDF-Generator:2.6.8. Required by: project :app > Could not find com.github.BlacKCaT27:CurrencyEditText:2.0.2. Required by: project :app > Could not find com.github.Prashant-Chandel:Videoplayer-with-Vimeo-support:138257e15c. Required by: project :app > Could not find com.github.martinstamenkovski:ARIndicatorView:2.0.0. Required by: project :app > Could not find com.github.HamedTaherpour:ht-epub-reader-android:0.0.5. Required by: project :app > Could not find com.library:library:1.0.0. Required by: project :app
[/code] Проект не может загрузить зависимости. Я не смог найти, где что-то идет не так.
Я работаю над проектом Android, и сборка Gradle не может разрешить несколько зависимостей. Некоторые зависимости взяты из JitPack, и я получаю ошибку 401 Unauthorized, когда Gradle пытается их получить. При доступе к URL-адресам вручную в браузере...
Я работаю над проектом Android, и сборка Gradle не может разрешить несколько зависимостей. Некоторые зависимости взяты из JitPack, и я получаю ошибку 401 Unauthorized, когда Gradle пытается их получить. При доступе к URL-адресам вручную в браузере...
Я работаю над проектом Android, и сборка Gradle не может разрешить несколько зависимостей. Некоторые зависимости взяты из JitPack, и я получаю ошибку 401 Unauthorized, когда Gradle пытается их получить. При доступе к URL-адресам вручную в браузере...
Я работаю над проектом Android, и сборка Gradle не может разрешить несколько зависимостей. Некоторые зависимости взяты из JitPack, и я получаю ошибку 401 Unauthorized, когда Gradle пытается их получить. При доступе к URL-адресам вручную в браузере...
У меня возникли проблемы с разрешением таких зависимостей, как com.kaopiz:kprogresshud:1.2.0 и com.tapadoo.android:alerter:2.0.4. Кажется, что JCenter стал постоянным перенаправлением на Maven Central, но эти зависимости недоступны в Maven Central...