android - Can't find / download AppCompat-v7:23.1.1 -
what's matter:
i had many problems "appcompat-v7 23.1.1 not found". none of many solutions worked. after hours of thinking , searching answer i've encountered strange problem.
have got android support library 23.1.1 installed. features - except appcompat-v7 - installed.
main question is: how force android sdk manager download appcompat 23.1.1?
things did:
- reinstalled android support library - didn't work
- ran android sdk manager administrator - didn't work
- deleted whole ~\android-sdk\extras\android\m2repository\com\android\support folder & installed android support library again - didn't work
- finally installed new instance of android sdk, downloaded android support library , copied whole old repo.
yay! worked, but...
... makes no sense in long run. every library update cause same problem. there way download appcompat, or should delete whole sdk , spend 3hours install on again?
regards,
pawpaw
edit - gradle builder log (logcat says nothing) :
error:a problem occurred configuring project ':app'. not resolve dependencies configuration ':app:_debugcompile'. not find com.android.support:appcompat-v7:23.1.1. searched in following locations: https://jcenter.bintray.com/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.pom https://jcenter.bintray.com/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.aar file:/c:/android/android/android-sdk/extras/android/m2repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.pom file:/c:/android/android/android-sdk/extras/android/m2repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.aar file:/c:/android/android/android-sdk/extras/google/m2repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.pom file:/c:/android/android/android-sdk/extras/google/m2repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.aar required by: myapp:app:unspecified
could not find com.android.support:appcompat-v7:23.1.1. searched in following locations: https://jcenter.bintray.com/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.pom https://jcenter.bintray.com/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.aar file:/c:/android/android/android-sdk/extras/android/m2repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.pom file:/c:/android/android/android-sdk/extras/android/m2repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.aar file:/c:/android/android/android-sdk/extras/google/m2repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.pom file:/c:/android/android/android-sdk/extras/google/m2repository/com/android/support/appcompat-v7/23.1.1/appcompat-v7-23.1.1.aar required by: myapp:app:unspecified > com.android.support:design:23.1.1
Comments
Post a Comment