相匹配的任何版本我一直試圖在Android Studio中構建我的Android應用程序,但它不是建造。它顯示一個錯誤。我無法成功構建我的Android應用程序:找不到與com.android.support:appcompat-v7:25.+
這是錯誤:
Information:Gradle tasks [:app:generateDebugSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies, :app:generateDebugAndroidTestSources, :app:compileDebugSources, :app:compileDebugUnitTestSources, :app:compileDebugAndroidTestSources]
Error:A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugApkCopy'.
> Could not find any version that matches com.android.support:appcompat-v7:25.+.
Versions that do not match:
24.2.1
24.2.0
24.1.1
24.1.0
24.0.0
+ 23 more
Required by:
HelloAndroid:app:unspecified
Information:BUILD FAILED
Information:Total time: 23.157 secs
Information:See complete output in console
Information:0 warnings
Information:1 error
我猜你沒有SDK版本 –