Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 4.1 keep showing plug in incompatible error even if that plugin was uninstalled

Tags:

I have updated Android Studio to version 4.1 (stable, macOS), then after I open the program it said:

Plugin Error: Plugin "Android WiFi ADB" is incompatible (supported only in IntelliJ IDEA).

I uninstalled that plugin and restart the IDE normally, but it still shows the same error every time I open the IDE even after the plugin was already uninstalled! Why does it do that? Does anyone know how to fix this (without reinstalling the entire program)?

like image 244
chornerman Avatar asked Oct 19 '20 05:10

chornerman


People also ask

How do I uninstall an Android plugin?

You can go to the Preferences->Plugins on the search bar, you can search the plugin you want to remove or you can go >installed plugin tab and it will show you the list of installed plugin then select the plugin to remove just right click on it and it will show you the option>uninstall and then press on the Uninstall ...

Where are Android Studio Plugins stored?

Android Studio plugin directories are /Applications/Android Studio. app/plugins and ~/Library/Application Support/AndroidStudioPreview (hidden). Perhaps if you find and delete the bad plugin folder Android Studio will be able to be started correctly.


Video Answer


1 Answers

Windows 10

Go to path %APPDATA%\Google\AndroidStudio4.1\plugins and remove manually undesired plugins folders and/or .jar files.

like image 61
GAYTH BACCARI Avatar answered Oct 14 '22 07:10

GAYTH BACCARI