Android-MVVM-Architecture icon indicating copy to clipboard operation
Android-MVVM-Architecture copied to clipboard

ERROR: Could not find com.android.support:appcompat-v7:25.1.0.

Open ChangmingFan opened this issue 6 years ago • 0 comments
trafficstars

getting the following error

ERROR: Could not find com.android.support:appcompat-v7:25.1.0. Searched in the following locations:

  • https://jcenter.bintray.com/com/android/support/appcompat-v7/25.1.0/appcompat-v7-25.1.0.pom
  • https://jcenter.bintray.com/com/android/support/appcompat-v7/25.1.0/appcompat-v7-25.1.0.jar
  • https://repo.maven.apache.org/maven2/com/android/support/appcompat-v7/25.1.0/appcompat-v7-25.1.0.pom
  • https://repo.maven.apache.org/maven2/com/android/support/appcompat-v7/25.1.0/appcompat-v7-25.1.0.jar
  • file:/C:/Users/jpden/.m2/repository/com/android/support/appcompat-v7/25.1.0/appcompat-v7-25.1.0.pom
  • file:/C:/Users/jpden/.m2/repository/com/android/support/appcompat-v7/25.1.0/appcompat-v7-25.1.0.jar
  • https://jitpack.io/com/android/support/appcompat-v7/25.1.0/appcompat-v7-25.1.0.pom
  • https://jitpack.io/com/android/support/appcompat-v7/25.1.0/appcompat-v7-25.1.0.jar Required by: project :app

Please install the Android Support Repository from the Android SDK Manager. Open Android SDK Manager

ChangmingFan avatar May 04 '19 22:05 ChangmingFan