首页 > 代码库 > Gradle project sync failed.
Gradle project sync failed.
Go to File > Settings > Gradle you will end up with this screen for setting up your gradle :
Also make sure you have Google Repository in your Android SDK directory which will be located at :
$SDK_DIR\extras\google\m2repository\com\google\android\gms\play-services\3.1.36
If not do install it from SDK Manager > Extras > Google Repository first.
EDIT :
All your build.gradle
(If you are using root level build.gradle
to define android gradle plugin version, check in that only) must point to 0.8
version(latest as of now) of android gradle plugin
dependencies { classpath ‘com.android.tools.build:gradle:0.8.+‘ }
UPDATED :
Mapping is :
| Android Gradle Plugin | Gradle Version | 0.7.+ 1.9 0.8.+ 1.10
Gradle project sync failed.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。