Android Studio - Gradle 同步项目失败
- 作者: 浅而淡然_
- 来源: 51数据库
- 2022-12-30
问题描述
在 Android Studio 中,我只是创建了一个新项目,它说:
In Android Studio, I simply created a new project, and it says that:
Gradle 项目同步失败.基本功能将无法正常工作.
我已经在网上搜索并尝试了所有方法,但没有任何效果.我有使用 Gradle 1.11 的 Android Studio v0.4.6.
I have searched the web and tried everything, but nothing worked. I have v0.4.6 of Android Studio using Gradle 1.11.
错误信息是:
FAILURE: Build failed with an exception. * Where: Build file 'C:UsersVinnieAndroidStudioProjectsMyFirstAppProjectMyFirstAppuild.gradle' line: 9 * What went wrong: A problem occurred evaluating project ':MyFirstApp'. > Gradle version 1.10 is required. Current version is 1.11. If using the gradle wrapper, try editing the distributionUrl in C:UsersVinnieAndroidStudioProjectsMyFirstAppProjectMyFirstAppgradlewrappergradle-wrapper.properties to gradle-1.10-all.zip * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 1 mins 7.011 secs
推荐答案
Android插件0.8.x不支持Gradle 1.11,需要使用1.10.
The Android plugin 0.8.x doesn't support Gradle 1.11, you need to use 1.10.
您可以在Gradle 控制台"选项卡中阅读正确的错误消息.
You can read the proper error message in the "Gradle Console" tab.
编辑
你需要这样修改gradle/wrapper/gradle-wrapper.properties文件:
distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=http://services.gradle.org/distributions/gradle-1.10-all.zip
推荐阅读
热点文章
检查拆分键盘
0
带有“上一个"的工具栏和“下一个"用于键盘输入AccessoryView
0
Activity 启动时显示软键盘
0
UIWebView 键盘 - 摆脱“上一个/下一个/完成"酒吧
0
在 iOS7 中边缘滑动时,使键盘与 UIView 同步动画
0
我的 iOS 应用程序中的键盘在 iPhone 6 上太高了.如何在 XCode 中调整键盘的分辨率?
0
android:inputType="textEmailAddress";- '@' 键和 '.com' 键?
0
禁用 iPhone 中键盘的方向
0
Android 2.3 模拟器上的印地语键盘问题
0
keyDown 没有被调用
0
