2

everyone, I have a very weird error when i launch android studio since last update. I have this error:

Plugin Error: Plugin "Android Bundle Support" is incompatible (until build AI-195.SNAPSHOT < AI-201.8743.12).

I can't find any info online about it. When i paste on google just like i did here. No results are found. Could you please tell how i could fix it ? Sorry about not giving anymore details but there is very few info online. Thank you so much in advance ;)

Federico Zein
  • 21
  • 1
  • 4

2 Answers2

0

Android Support plugins and libraries have been deprecated now. You will have to migrate to AndroidX from Android Support.

https://developer.android.com/jetpack/androidx/migrate#migrate_an_existing_project_using_android_studio

Prajwal Waingankar
  • 2,534
  • 2
  • 13
  • 20
0

i finally find the answer. Just as Prajwal said, by disabling it it should no longer be a problem if you migrated to androidx. I disabled it and it never appeared again. I am sure it is just an an unused bundle support. That's at least the best explanation i have. If i am wrong, please let me know. Thanks to all that helped me in this question, Federico

Federico Zein
  • 21
  • 1
  • 4