ラップトップをプレインストールする必要があり、Windows 10に切り替える必要があります。その前に私が作っやAndroid Studioの2.2.3に私のプロジェクトを保存し、私はプレインストール後のAndroidメーカーの同じバージョンをダウンロードし、私は既存のプロジェクトを開くを選択したとき、私は次のようなメッセージだ:Android Studio 2.2.3:Gradleプロジェクトの同期に失敗しました。
Failed to sync gradle project 'ApplicationName' Error:Unable to find method 'org.gradle.api.artifacts.Configuration.setExtendsFrom(Ljava/lang/Iterable;)Lorg/gradle/api/artifacts/Configuration;'.
Possible causes for this unexpected error include: Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
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. Blockquote
私はすべてやったが私のプロジェクトを修正するためにAndroid Studioによって提案された3つのステップですが、どれもうまくいきませんでした。
あなたのGradleのバージョンは何ですか? –
gradle version:1.8 – Victoria