badoo/MVICore

MVICore File Templates plugin not compatible with Android Studio 4.1

MairwunNx opened this issue · 4 comments

I've a problem with installing mvi core file templates plugin, I've downloaded plugin from here.

Fun fact, my collegue also tried to install that plugin and he've the same version of android studio and got success these LOL.

image

image

Nublo commented

@MairwunNx I was looking into this problem and found out, that plugin itself should be working fine.
And same problem is similar to other plugins.

I found an easy fix to this problem. Remove the plugin manually from:
~/Library/Application Support/Google/AndroidStudio4.1/plugins
And then install it again.

Probably you already had this plugin installed on the previous version and then migrated to the 4.1 Android Studio.
And your friend installed plugin on 4.1, so didn't encounter this problem.

@Nublo thanks, I've tried do this, but plugin still incompatible with Android Studio 4.1
Currently problem is not resolved 😥

Nublo commented

@MairwunNx, I updated the plugin adding missing depends line to the manifest.
Double checked with a team member who had similar issue on Android Studio 4.1.
Should work now.

Try to uninstall the plugin again (and remove from AS plugin folders as well)
And install the new version, after restarting Android Studio it should work.

@Nublo thanks, now it's works! Have a nice day.