15

I got the new update (4.0) of android studio and the update wizard says that kotlin and firebase services are incompatible with this update.

enter image description here

Can i use the kotlin and firebase services after the update? or is it safe to download this update considering some of my active projects use kotlin.

Vivek Singh
  • 1,142
  • 14
  • 32

3 Answers3

9

I had the same message as you and just updated it. Kotlin and Firebase plugins are bundled. That should mean that the studio is preinstalled with them and they must be compatible. Looks fine so far.

My new version:
Android Studio 4.0 Build #AI-193.6911.18.40.6514223, built on May 20, 2020

RevakoOA
  • 601
  • 1
  • 9
  • 20
0

I have already solved this issue. At first, please uninstall the Android Studio of the old version on your pc or laptop. And then, please down the Android Studio of the new version and install it on your pc or laptop. I hope this can be helped you.

GoldCat
  • 81
  • 1
  • 6
0

If you are running Linux you can try the below command and then update

chmod a-x /PATH/TO/android-studio/plugins/Kotlin/kotlinc/bin/*