找不到com.android.support:appcompat-v7:28.0.3.

Dha*_*iya 8 android gradle android-studio

找不到com.android.support:appcompat-v7:28.0.3.在以下位置搜索:

路径:/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.pom路径:/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3 .jar路径:/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.pom路径:/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0 .3.jar路径:/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.pom路径:/com/android/support/appcompat-v7/28.0.3/appcompat-v7 -28.0.3.jar

https://jcenter.bintray.com/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.pom
https://jcenter.bintray.com/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.jar
https://dl.google.com/dl/android/maven2/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.pom
https://dl.google.com/dl/android/maven2/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.jar
https://maven.google.com/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.pom
https://maven.google.com/com/android/support/appcompat-v7/28.0.3/appcompat-v7-28.0.3.jar
Run Code Online (Sandbox Code Playgroud)

要求:项目:app

P

The*_*rer 13

28.0.3不存在.

将您的实施更改为28.0.0.


小智 6

您可以在appcompat-v7此处查看最新版本:

https://mvnrepository.com/artifact/com.android.support/appcompat-v7?repo=google

因此,您只能找到appcompat-v7:28.0.0。(该信息于2018年11月1日有效)

您需要更改appcompat-v7: 28.0.3appcompat-v7: 28.0.0
而已。