2017-05-19 13 views
7

Android Studioの新しいバージョン3を使用して、新しいプロジェクトを最初から開始しようとしました。すべては、プロジェクトを構築しようとするまで機能します。次に、このエラーメッセージが表示されます。Gradle Buildが新しいGradle 3.0.0とAndroid Studio 3で失敗する '

Error:Unable to find method 'org.gradle.tooling.model.gradle.GradleBuild.getIncludedBuilds()Lorg/gradle/tooling/model/DomainObjectSet;'. 
Possible causes for this unexpected error include:<ul><li>Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) 
<a href="syncProject">Re-download dependencies and sync project (requires network)</a></li><li>The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem. 
<a href="stopGradleDaemons">Stop Gradle build processes (requires restart)</a></li><li>Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.</li></ul>In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes. 

いずれかの解決策をクリックしても、再度失敗しないようにしてください。私はグラデーションのホームフォルダを無駄に空にしてしまった。基本テンプレート以外の全く新しいプロジェクトでこれが失敗する理由は何ですか?

+1

Cで.Gradleフォルダを削除:/ユーザー/ YOURFOLDER/ –

+1

は/キャッシュを無効にし、アンドロイドスタジオをreastart、しばらくの間、インターネットをオフにする@DivyeshPatel – axtscz

+0

試して動作しませんでした –

答えて

1

これは、古いバージョンの同じフォルダにAndroid Studio 3(3.0.1)をインストールした場合に発生します。

古いフォルダの名前を変更(または削除)してから、再度解凍してインストールしてください。

+0

これは私にとって正しい答えだと思います – MewX

関連する問題