0

Some plugins don't work after Android Studio upgrade 4.1, but these plugins work in 4.0. Does anyone know what to do?

enter image description here

JackShen
  • 566
  • 2
  • 10
  • 2
    Does this answer your question? [Android Studio 4.1 Plugin Error: Plugin \* is incompatible (supported only in IntelliJ IDEA)](https://stackoverflow.com/questions/64347831/android-studio-4-1-plugin-error-plugin-is-incompatible-supported-only-in-int) – Suraj Bahadur Oct 18 '20 at 17:22
  • **Create Parcelable class without plugin in Android Studio** implements Parcelable in your class and then put cursor on "implements Parcelable" and hit Alt+Enter and select Add Parcelable implementation. That's it. [Screenshot link](https://i.stack.imgur.com/wbGOs.png) – Vijay Desai Nov 09 '20 at 17:07

1 Answers1

0

MAC OS open Applications/Android\ Studio.app/Contents/plugins/ create folder example parcelable/lib/parcelable.jar

Windows Android Studio 4.1 Plugin Error: Plugin * is incompatible (supported only in IntelliJ IDEA)

boxuanjia
  • 26
  • 2