How to: Install Plugin in Android Studio
Solution 1:
1) Launch Android Studio application
2) Choose File -> Settings (For Mac Preference )
3) Search for Plugins
In Android Studio 3.4.2
Solution 2:
- Launch Android Studio application
- Choose Project Settings
- Choose Plugin from disk, if on disk then choose that location of *.jar, in my case is GenyMotion jar
- Click on Apply and OK.
- Then Android studio will ask for Restart.
That's all Folks!
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:
- Run Android Studio.
- From the menu bar, select Android Studio > Preferences.
- Under IDE Settings, click Plugins and then click Install plugin from disk.
- Navigate to the folder where you downloaded the plugin and double-click it.
- 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