我最近安装了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