Android gradle sync错误 - 无法创建Tooling API实现的实例

时间:2016-07-27 22:45:51

标签: android gradle android-gradle

我最近安装了android studio 2.1.2,我收到了这个错误:

$timeout = (Get-Date).AddMinutes(5)
do {
  Start-Sleep -Milliseconds 100
} while ($job.State -eq 'Running' -and (Get-Date) -lt $timeout)

我以前曾经有过1.3.1但是我最近打开了它并且它显示了同样的错误所以我决定进行全新安装,但错误仍然存​​在。

以下是该应用的Error:Could not create an instance of Tooling API implementation using the specified Gradle distribution 'https://services.gradle.org/distributions/gradle-2.10-all.zip'. 文件:

build.gradle

0 个答案:

没有答案