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.
いずれかの解決策をクリックしても、再度失敗しないようにしてください。私はグラデーションのホームフォルダを無駄に空にしてしまった。基本テンプレート以外の全く新しいプロジェクトでこれが失敗する理由は何ですか?
Cで.Gradleフォルダを削除:/ユーザー/ YOURFOLDER/ –
は/キャッシュを無効にし、アンドロイドスタジオをreastart、しばらくの間、インターネットをオフにする@DivyeshPatel – axtscz
試して動作しませんでした –