Reputation: 1320
Could not resolve all dependencies for configuration ':MaterialLibs:_debugCompile'. Could not find com.android.support:appcompat-v7:22.1.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android/support/appcompat-v7/22.1.1/appcompat-v7-22.1.1.pom
https://jcenter.bintray.com/com/android/support/appcompat-v7/22.1.1/appcompat-v7-22.1.1.jar
file:/B:/Android/android-sdk-windows/extras/android/m2repository/com/android/support/appcompat-v7/22.1.1/appcompat-v7-22.1.1.pom
file:/B:/Android/android-sdk-windows/extras/android/m2repository/com/android/support/appcompat-v7/22.1.1/appcompat-v7-22.1.1.jar
file:/B:/Android/android-sdk-windows/extras/google/m2repository/com/android/support/appcompat-v7/22.1.1/appcompat-v7-22.1.1.pom
file:/B:/Android/android-sdk-windows/extras/google/m2repository/com/android/support/appcompat-v7/22.1.1/appcompat-v7-22.1.1.jar
Required by:
FamilyHealthTracker:MaterialLibs:unspecified
Could not find com.android.support:cardview-v7:22.1.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android/support/cardview-v7/22.1.1/cardview-v7-22.1.1.pom
https://jcenter.bintray.com/com/android/support/cardview-v7/22.1.1/cardview-v7-22.1.1.jar
file:/B:/Android/android-sdk-windows/extras/android/m2repository/com/android/support/cardview-v7/22.1.1/cardview-v7-22.1.1.pom
file:/B:/Android/android-sdk-windows/extras/android/m2repository/com/android/support/cardview-v7/22.1.1/cardview-v7-22.1.1.jar
file:/B:/Android/android-sdk-windows/extras/google/m2repository/com/android/support/cardview-v7/22.1.1/cardview-v7-22.1.1.pom
file:/B:/Android/android-sdk-windows/extras/google/m2repository/com/android/support/cardview-v7/22.1.1/cardview-v7-22.1.1.jar
Required by:
FamilyHealthTracker:MaterialLibs:unspecified
Upvotes: 1
Views: 4231
Reputation: 11
Thanks it's working
android {
compileSdkVersion 22
buildToolsVersion "23.0.1"
defaultConfig {
applicationId "com."
minSdkVersion 15
targetSdkVersion 22
versionCode 3
versionName "1.2"
multiDexEnabled true
}
Upvotes: 1