Я пытался перенести код своего приложения из jcenter в mavenCentral, но когда я создавал выходные данные, отображалась эта ошибка. Я искал в Google и YouTube, но не нашел решения этой ошибки в студии Android.
Ошибка –
Execution failed for task ':app:preDebugBuild'.
> Could not resolve all files for configuration ':app:debugCompileClasspath'.
> Could not find com.theartofdev.edmodo:android-image-cropper:2.7.0.
Required by:
project :app
> Could not find com.nabinbhandari.android:permissions:3.8.
Required by:
project :app
> Could not find com.crystal:crystalrangeseekbar:1.1.3.
Required by:
project :app
> Could not find com.patrickpissurno:ripple-effect:1.3.1.
Required by:
project :app
> Could not find com.firebaseui:firebase-ui-firestore:4.0.1.
Required by:
project :app
> Could not find com.yuyakaido.android:card-stack-view:2.3.2.
Required by:
project :app
> Could not find link.fls:swipestack:0.3.0.
Required by:
project :app
> Could not find com.mindorks.android:placeholderview:1.0.3.
Required by:
project :app
> Could not find com.synnapps:carouselview:0.1.5.
Required by:
project :app
> Could not find com.ss.bannerslider:bannerslider:2.0.0.
Required by:
project :app
> Could not find :unspecified:.
Required by:
project :app > id.zelory:compressor:2.1.0
> Could not find com.daasuu:EasingInterpolator:1.0.0.
Required by:
project :app > com.sackcentury:shinebutton:0.2.0
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
Я пытался перенести код своего приложения из jcenter в mavenCentral, но когда я создавал выходные данные, отображалась эта ошибка. Я искал в Google и YouTube, но не нашел решения этой ошибки в студии Android. Ошибка – [code]Execution failed for task ':app:preDebugBuild'. > Could not resolve all files for configuration ':app:debugCompileClasspath'. > Could not find com.theartofdev.edmodo:android-image-cropper:2.7.0. Required by: project :app > Could not find com.nabinbhandari.android:permissions:3.8. Required by: project :app > Could not find com.crystal:crystalrangeseekbar:1.1.3. Required by: project :app > Could not find com.patrickpissurno:ripple-effect:1.3.1. Required by: project :app > Could not find com.firebaseui:firebase-ui-firestore:4.0.1. Required by: project :app > Could not find com.yuyakaido.android:card-stack-view:2.3.2. Required by: project :app > Could not find link.fls:swipestack:0.3.0. Required by: project :app > Could not find com.mindorks.android:placeholderview:1.0.3. Required by: project :app > Could not find com.synnapps:carouselview:0.1.5. Required by: project :app > Could not find com.ss.bannerslider:bannerslider:2.0.0. Required by: project :app > Could not find :unspecified:. Required by: project :app > id.zelory:compressor:2.1.0 > Could not find com.daasuu:EasingInterpolator:1.0.0. Required by: project :app > com.sackcentury:shinebutton:0.2.0
Possible solution: - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html [/code] Build.gradle - [code]// Top-level build file where you can add configuration options common to all sub-projects/modules.