Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the plugin folder for Android Studio on Mac

I have installed a plugin which now crashes my Android Studio on start. Does someone know where Android Studio stores its downloaded plugin files, so I can delete it manually?

like image 383
JimVanB Avatar asked May 08 '14 08:05

JimVanB


People also ask

How do I open Android Studio folder on Mac?

To determine where the Android SDK folder on your computer is located open Android Studio. Press the Android Studio menu in the toolbar and search for “Android SDK” or navigate there via Appearance & Behavior, System Settings, Android SDK.

What is a plugin in Android Studio?

The Android Gradle plugin (AGP) is the official build system for Android applications. It includes support for compiling many different types of sources and linking them together into an application that you can run on a physical Android device or an emulator.

Where is the plugin folder for Android Studio on Ubuntu?

For Ubuntu users Find Google and go to the Android Studio 4.1 folder and you can see all the plugin folders you have added to your Android Studio.


1 Answers

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.

like image 111
erakitin Avatar answered Sep 19 '22 06:09

erakitin