【发布时间】:2015-11-30 13:02:15
【问题描述】:
我是android studio的新手,当我打开我的项目时,我收到了这个错误消息,我附上了屏幕截图的错误消息。
Gradle文件无法同步,我再次安装了sdk,但到现在都无法解决问题。
please any one give the solution thanks in advance.
[Error message]
【问题讨论】:
标签: android sdk android-gradle-plugin
我是android studio的新手,当我打开我的项目时,我收到了这个错误消息,我附上了屏幕截图的错误消息。
Gradle文件无法同步,我再次安装了sdk,但到现在都无法解决问题。
please any one give the solution thanks in advance.
[Error message]
【问题讨论】:
标签: android sdk android-gradle-plugin
In my case .gradle file is my problem so i just followed the following below mentioned step:
Go to->C:\Users\mySystems\.gradle
->delete the .gradle file .
->Get the .gradle file from your friends or collligue and paste it
->Restart your android studio
->Works fine
【讨论】: