Could not resolve all dependencies for configuration - android

When I run Studio, Grade Build shows the error message like this
Error:A problem occurred configuring project ':tiangua'.
Could not resolve all dependencies for configuration ':tiangua:_debugCompile'.
Could not find any version that matches com.github.mmin18.layoutcast:library:1.+.
Searched in the following locations:
file:/E:/android/adt/sdk/extras/android/m2repository/com/github/mmin18/layoutcast/library/maven-metadata.xml
file:/E:/android/adt/sdk/extras/android/m2repository/com/github/mmin18/layoutcast/library/
Required by:
code:tiangua:unspecified

Related

What happened to the google-services plugin?

The google-services plugin currently is not resolving in my project. I get the error:
What went wrong: A problem occurred configuring root project ''.
> Could not resolve all files for configuration ':classpath'.
> Could not find com.google.gms:google-services:4.0.2.
Searched in the following locations:
https://dl.google.com/dl/android/maven2/com/google/gms/google-services/4.0.2/google-services-4.0.2.pom
https://dl.google.com/dl/android/maven2/com/google/gms/google-services/4.0.2/google-services-4.0.2.jar
https://jcenter.bintray.com/com/google/gms/google-services/4.0.2/google-services-4.0.2.pom
https://jcenter.bintray.com/com/google/gms/google-services/4.0.2/google-services-4.0.2.jar
https://maven.fabric.io/public/com/google/gms/google-services/4.0.2/google-services-4.0.2.pom
https://maven.fabric.io/public/com/google/gms/google-services/4.0.2/google-services-4.0.2.jar
Required by:
project :
When I browse the google maven repo here: https://dl.google.com/dl/android/maven2/index.html
the google-services library is just missing.

gradle build error while adding my lenovo android device

this is the error.
Error:A problem occurred configuring project ':app'.
Could not resolve all dependencies for configuration ':app:_debugCompile'.
Could not resolve com.android.support:appcompat-v7:25.+.
Required by:
MyApplication2:app:unspecified
Could not resolve com.android.support:appcompat-v7:25.+.
Failed to list versions for com.android.support:appcompat-v7.
Unable to load Maven meta-data from https://jcenter.bintray.com/com/android/support/appcompat-v7/maven-metadata.xml.
Could not GET 'https://jcenter.bintray.com/com/android/support/appcompat-v7/maven-metadata.xml'.
jcenter.bintray.com
please help...
I added this line in the dependencies tab under the app tab in studio.
compile 'com.android.support:support-v4:22.0.+'
And,finally it worked for me.

Facebook audience network android studio --> ads:AdQuality:unspecified

Getting below error for facebook-audience-network
Error:A problem occurred configuring project ':app'.
Could not resolve all dependencies for configuration ':app:_debugCompile'.
Could not find ads:AdQuality:unspecified.
Searched in the following locations:
https://jcenter.bintray.com/ads/AdQuality/unspecified/AdQuality-unspecified.pom
https://jcenter.bintray.com/ads/AdQuality/unspecified/AdQuality-unspecified.jar
file:/Users/jaydonga/Library/Android/sdk/extras/android/m2repository/ads/AdQuality/unspecified/AdQuality-unspecified.pom
file:/Users/jaydonga/Library/Android/sdk/extras/android/m2repository/ads/AdQuality/unspecified/AdQuality-unspecified.jar
file:/Users/jaydonga/Library/Android/sdk/extras/google/m2repository/ads/AdQuality/unspecified/AdQuality-unspecified.pom
file:/Users/jaydonga/Library/Android/sdk/extras/google/m2repository/ads/AdQuality/unspecified/AdQuality-unspecified.jar
Required by:
Ganesha:app:unspecified > com.facebook.android:audience-network-sdk:4.12.0

android studio could not find android.support:appcompat-v7:21.0.3?

Error:(25) A problem occurred evaluating root project 'Side-Menu.Android-master'.
Failed to apply plugin [id 'android-reporting']
A problem occurred configuring project ':app'.
> A problem occurred configuring project ':library'.
> Could not resolve all dependencies for configuration ':library:_debugCompile'.
> Could not find com.android.support:appcompat-v7:21.0.3.
Searched in the following locations:
https://jcenter.bintray.com/com/android/support/appcompat-v7/21.0.3/appcompat-v7-21.0.3.pom
https://jcenter.bintray.com/com/android/support/appcompat-v7/21.0.3/appcompat-v7-21.0.3.jar
Required by:
com.yalantis:library:1.0
first time to use android studio and met the problem with this, help me !

intellij new Android Gradle Project

I have the latest edition of Intellij.
After creating a blank Gradle Android Project I get the following error message when attempting to build the project:
Error:Gradle: A problem occurred configuring project ':app'.
Could not resolve all dependencies for configuration ':app:_debugCompile'.
Could not find any version that matches com.android.support:appcompat-v7:19.+.
Required by:
test6:app:unspecified
How can I fix this?

Categories

Resources