Reputation: 5067
I'm looking for installing custom plugin on Android Studio, how can I go about it?
Upvotes: 153
Views: 241929
Reputation: 111
If anyone need to manually adding any plugin
Upvotes: 0
Reputation: 763
Recently I started using the Mac Pc for android development. When I go to
Android Studio => File => Other setting => Preference for New Projects..
I was not able to find plugin option in the setting page.
Later while clicking option on the toolbar, I clicked on "SDK Manager" it prompted the Settings where the Plugin option was visible and I was able to add the plugins from here.
[
After this, it opens the following setting
Upvotes: 4
Reputation: 27505
1) Launch Android Studio application
2) Choose File -> Settings (For Mac Preference )
3) Search for Plugins
In Android Studio 3.4.2
Upvotes: 253
Reputation: 1682
2019: With Android Studio 3.4.2 started:
Upvotes: 0
Reputation: 5067
That's all Folks!
Upvotes: 28
Reputation: 3543
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:
Upvotes: 8
Reputation: 3831
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
Upvotes: 7
Reputation: 3723
if you are on Linux (Ubuntu)... the go to File-> Settings-> Plugin and select plugin from respective location.
If you are on Mac OS... the go to File-> Preferences-> Plugin and select plugin from respective location.
Upvotes: 4