How to: Install Plugin in Android Studio

186,657

Solution 1

1) Launch Android Studio application

2) Choose File -> Settings (For Mac Preference )

3) Search for Plugins

enter image description here

In Android Studio 3.4.2

enter image description here

Solution 2

  1. Launch Android Studio application
  2. Choose Project Settings
  3. Choose Plugin from disk, if on disk then choose that location of *.jar, in my case is GenyMotion jar
  4. Click on Apply and OK.
  5. Then Android studio will ask for Restart.

That's all Folks! enter image description here

Solution 3

Press Ctrl - Alt - S (Settings)

Then choose Plugins

Solution 4

As far as installing a custom plugin there is a good walkthrough on GitHub for the rest2mobile library that could be used for any plugin.

Basically the steps are as follows:

  1. Run Android Studio.
  2. From the menu bar, select Android Studio > Preferences.
  3. Under IDE Settings, click Plugins and then click Install plugin from disk.
  4. Navigate to the folder where you downloaded the plugin and double-click it.
  5. Restart Android Studio.

Solution 5

File-> Settings->Under IDE Settings click on Plugins. Now in right side window Click on Browse repositories and there you can find the plugins. Select which one you want and click on install

Share:
186,657
zIronManBox
Author by

zIronManBox

Updated on March 26, 2021

Comments

  • zIronManBox
    zIronManBox about 3 years

    I'm looking for installing custom plugin on Android Studio, how can I go about it?

    • N J
      N J almost 9 years
      what do you mean by custom ? you created or from Intellij ?
    • zIronManBox
      zIronManBox almost 9 years
      example like genymotion
    • N J
      N J almost 9 years
      I have posted answer have look at it @zIronManBox
  • Ramesh Pareek
    Ramesh Pareek about 8 years
    can you please tell me where can I find project settings as described in step 2?
  • N J
    N J about 8 years
    File->Project setting for Mac Preference
  • Arun Kumar P
    Arun Kumar P about 5 years
    How to chose outlined icon from material icon?
  • Shashi Shiva L
    Shashi Shiva L about 4 years
    Thanks, for Android 3.6.2 this is the perfect answer. The above accepted answers is for older versions.
  • Maku
    Maku almost 4 years
    Click the zip file of the downloaded plugin, after navigating to the folder.