I am new to android studio. I couldn't create a project in Android Studio Beta 0.8.14 .
I am referred this Link to create a project.But finally I didn't able to see my created projected because of the below Exception.
I am getting this issue in Event Log:
02:21 PM ClassCastException: org.jetbrains.plugins.gradle.settings.GradleSettings cannot be cast to org.jetbrains.plugins.gradle.settings.GradleSettings: org.jetbrains.plugins.gradle.settings.GradleSettings cannot be cast to org.jetbrains.plugins.gradle.settings.GradleSettings
02:21 PM ClassCastException: com.android.tools.idea.gradle.project.AndroidGradleProjectComponent@10bfc17: org.jetbrains.plugins.gradle.settings.GradleSettings cannot be cast to org.jetbrains.plugins.gradle.settings.GradleSettings
02:23 PM Error running build (1): Module 'observablescrollview' is not backed by gradle
02:26 PM ClassCastException: org.jetbrains.plugins.gradle.settings.GradleSettings cannot be cast to org.jetbrains.plugins.gradle.settings.GradleSettings: org.jetbrains.plugins.gradle.settings.GradleSettings cannot be cast to org.jetbrains.plugins.gradle.settings.GradleSettings
My downloaded Gradle
is placed in this directory:
E:\Gradle\gradle-2.2
Then Gradle setup
placed in this directory:(here I am copied and pasted the gradle zip files)
C:\Users\hai\ .gradle\wrapper\dists\gradle-2.1-all\27drb4udbjf4k88eh2ffdc0n55
My download android studio
placed here:
E:\Android Studio\android-studio
Edited: This answer doesn't solve my problem.
I didn't know how to solve this errors.Anybody can help me with this.