user7664681
user7664681

Reputation:

Configure kotlin plugin update fail?

I'm trying to update kotlin plugin through this window:

enter image description here

1- I check for update.

2- New version appear and i click install.

3- After download and install i restart android studio.

I tried that about 5 times, and every time the kotlin plugin doesn't update.

Why I can't update it?

Am bit confused in the plugins i can find the final version, but when i open Configure kotlin plugin updates it's always check for updates and install it.

Upvotes: 6

Views: 8087

Answers (3)

Dany G
Dany G

Reputation: 296

Perform a Check for updates (Help -> Check for updates) in Android Studio. Maybe there is a pending update in Android Studio itself. When Android Studio is up to date, the Kotlin plugin should update flawlessly.

Upvotes: 0

takke
takke

Reputation: 76

I had a same issue on Android Studio 3.3 Beta 4 and solved.

Following:

  • Remove ~/.AndroidStudioPreview3.3 directory.

Upvotes: 0

user7697994
user7697994

Reputation:

Please try to restart your android-studio and I think this behaviour doesn't exist with android-studio 3.0 stable version.

Upvotes: 11

Related Questions