Can't open android studio project after installing kotlin

Just download Android Studio 2.3.3 and after installation I created a simple project. Then I installed the Kotlin plugin and now I cannot open projects ...

This error message:

Cannot load project: 

      

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

(solvable) I don't know why, but after reinstalling the kotlin plugin and restarting android studio several times, it magically works.

Thanks everyone

+3


source to share


1 answer


I also had the same problem when I was creating a New Project in Android Studio. I am getting the error "com.intellij.diagnostic Pluginxception Plugin org.jetbrains.kotlin.android.dsl"

Decision:



Go to "Welcome Android Studio"> "Configure"> "Plugin"> "Anko Plugin". Remove this plugin and restart Android Studio.

This fixed it for me.

0


source







All Articles