Gradle project sync failed. Please fix your project and try again

感觉遇到这个问题,导致的原因很多。今天我自己遇到的这个问题就算个例情况吧。

先是android studio版本低,于是我自己在help里面更新版本,更新到了studio 1.4 重新安装时选择了沿用之前1.2版本的设置。

于是,之前在1.2中建的工程,现在在1.4的studio中继续写,后来运行工程,却一直提示Gradle project sync failed. Please fix your project and try again。

百度N久无果。

后来去查看SDK设置,发现SDK路径还是原来版本的JDK路径。于是重新改变成新安装版本额SDK路径。

后来模拟器又重新建了一个。

再去运行工程,没有报那个错误了。

但是目前模拟器还木有运行出来结果╭(╯^╰)╮

你可能感兴趣的:(Gradle project sync failed. Please fix your project and try again)