Kamlesh Lakhani
Kamlesh Lakhani

Reputation: 87

Android Studio error: Cannot load project

I have this error in Android Studio:

Cannot load project: com.intellij.ide.plugins.PluginManager$StartupAbortedException: com.intellij.diagnostic.PluginException: org/jetbrains/android/uipreview/AndroidLayoutPreviewToolWindowManager [Plugin: org.jetbrains.kotlin.android.dsl]

Upvotes: 6

Views: 3399

Answers (3)

Mahdi-Malv
Mahdi-Malv

Reputation: 19220

The reason is that you have a plugin which is incompatible with the IDE. In my case it was Gradle GUI, and in your case it's Plugin: org.jetbrains.kotlin.android.dsl. Just simply uninstall it from Plugins in settings.

Upvotes: 3

Fayiz Z
Fayiz Z

Reputation: 1

open plugin and type anko then uninstall .

if it not there and you still have this issue uninstall android studio and download android studio 2.1.3 until we find solution .

Upvotes: 0

Hitesh Patil
Hitesh Patil

Reputation: 141

Just uninstall anko plugin It worked for me

Upvotes: 9

Related Questions