Android Studio 4.1 Canary 9 [Corrupted Installation]

Answered

After update the Android Studio using Jetbrains Toolbox to the latest canary version, an error pop out when the program was starting. saying

Missing essential plugin:

org.jetbrains.android

Please reinstall Android Studio from scratch.

 

The reinstall didn't work and the issue is just for this version, for any other non-canary version the error isn't promp.

1
9 comments

Try installing manually without Toolbox. If the issue persists, file a bug per https://developer.android.com/studio/report-bugs.html.

1
Avatar
Permanently deleted user

manual installation is not working as well 

0
Avatar
Permanently deleted user

The fix is called out here https://developer.android.com/studio/preview/features#4.1-ki-missing-kotlin-plugin

Basically go delete the kotlin directory from the plugins directory in the imported config.

4
Avatar
Permanently deleted user

I had no Kotlin directory in mentioned paths.
But figured out fix - open /home/$USERNAME/.AndroidStudio4.0/config/disabled_plugins.txt and remove line with org.jetbrains.* 

0
Avatar
Permanently deleted user

Mr. Mark, can you please tell me how to delete kotlin directory. I am not able to find it anywhere in the files explorer.

Please reply.

 

0
Avatar
Permanently deleted user

Go to your Android installation folder 
then go to plugins

1
Avatar
Permanently deleted user

I deleted the kotlin directory but still my problem is not solved. It still shows the same.
Also there is no file named disabled_plugins.txt in my files.
Please can anyone help me what to do now.

0

Hello,

Please check "C:\Users\<USER_NAME>\AppData\Roaming\" and "C:\Users\<USER_NAME>\AppData\Local" folders. Also you may try to clean all used folders (https://intellij-support.jetbrains.com/hc/en-us/articles/206544519) and reinstall IDE from the scratch.

0

Please sign in to leave a comment.