Can't find / download AppCompat-v7:23.1.1

百般思念 提交于 2021-02-09 07:34:30

问题


What's the matter:

I had many problems with "appcompat-v7 23.1.1 not found". None of many solutions worked. After hours of thinking and searching for the answer I've encountered a strange problem.

I have got Android Support Library 23.1.1 Installed. All features - except AppCompat-v7 - are installed.
Main question is: How to force Android SDK Manager to download AppCompat 23.1.1?

Things I did:

  • Reinstalled Android Support Library - didn't work
  • Ran Android SDK Manager as an Administrator - didn't work
  • Deleted whole ~\android-sdk\extras\android\m2repository\com\android\support folder & installed Android Support Library again - didn't work
  • Finally I installed a new instance of Android SDK, downloaded Android Support Library and copied it whole to the old repo.

Yay! It worked, but...

... but it makes no sense in the long run. Every library update will cause same problem. Is there any way to download that appCompat, or should I simply delete whole SDK and spend like 3hours to install it all over again?

Regards,
pawpaw

EDIT - gradle builder log (logcat says nothing) :

Error:A problem occurred configuring project ':app'. Could not resolve all dependencies for configuration ':app:_debugCompile'. Could not find com.android.support:appcompat-v7:23.1.1. Searched in the 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 the 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

来源:https://stackoverflow.com/questions/35272982/cant-find-download-appcompat-v723-1-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!