2017-02-17 12 views
1

Android Studioを再インストールしたので、プロジェクトを作成するたびに奇妙な問題が発生します。それを作成した直後に例外が発生します: Gradle同期に失敗しました:クラス 'org.gradle.internal.typeconversion.NotationConverter'を読み込めません。 ですから、現時点ではアンドロイドスタジオでは何もしません。Androidスタジオ:Gradle sync failed:クラスを読み込めません

私はすでにすべての提案を試していましたが、私は新しいプロジェクトを作成するたびにこの問題が発生するので、問題はないはずですが、プロジェクトをきれいにして再構築しました。

Error:Unable to load class 'org.gradle.internal.typeconversion.NotationConverter'. Possible causes for this unexpected error include:

  • Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) Re-download dependencies and sync project (requires network)
  • The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem. Stop Gradle build processes (requires restart)
  • 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.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

答えて

0

誰かが同じ問題を抱えている場合に備えて、解決策が見つかりました。 Android Studioをアンインストールして再ダウンロードするだけでなく、すべての設定などを削除する必要があります。おそらくC:/Users/YOURUSERNAME/.androidなどで見つけることができます。

関連する問題