我一直在尝试在Android Studio中构建我的Android应用,但它没有构建。它显示错误。
这是错误:
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
答案 0 :(得分:0)
转到SDK管理器(工具 - > Android - > SDK Manager )并安装 Android 7.1.1 (牛轧糖) - API等级25
同样在 SDK工具标签下更新 Android SDK构建工具, Android SDK工具和 Android SDK平台工具< /强>
这应该可以解决你的问题。
答案 1 :(得分:0)
在app文件资源管理器中,(显示您的Java类和XML文件,通常在左侧打开 app gradle文件文件。请发布内容提交到这个问题。这是为了看到您的gradle文件已正确配置,因为我有类似的问题并在之后修复。请注意,我发布此答案是因为您没有将此问题标记为已回答! 然后我会用正确的(希望)找出答案来编辑这个问题。