How to: Install Plugin in Android Studio

后端 未结 8 1790
轮回少年
轮回少年 2020-12-02 11:00

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

相关标签:
8条回答
  • 2020-12-02 11:14

    Press Ctrl - Alt - S (Settings)

    Then choose Plugins

    0 讨论(0)
  • 2020-12-02 11:15

    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

    0 讨论(0)
  • 2020-12-02 11:27

    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

    0 讨论(0)
  • 2020-12-02 11:28

    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.
    0 讨论(0)
  • 2020-12-02 11:29
    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

    0 讨论(0)
  • 2020-12-02 11:32

    2019: With Android Studio 3.4.2 started:

    1. Click on File -> Settings
    2. Find "Plugins" in the left pane of the popup window and click on it
    3. Click on the Gear in the upper right
    4. Click on "Install Plugin from Disk"
    5. Find your plugin from the file browser or drag and drop it from another window to go to it in the browse window, then click on it then click "OK"
    6. The browse window will close
    7. Click "OK" on the setting window
    8. Click "Restart" on the popup
    0 讨论(0)
提交回复
热议问题