简体   繁体   中英

Configure an Android Studio (or IntelliJ IDEA) plugin manually

I'm trying to use a plugin in Android Studio, but, there is an Android Studio bug that prevents me from launching File->Other Settings->Configure Plugins.

Its a simple plugin, open source, its requesting a parameter named "name" that I'd like to configure manually somehow, perhaps in the file system?

Problem line: https://github.com/phrase/Phrase-AndroidStudio/blob/master/src/com/phraseapp/androidstudio/TokenRepository.java#L19

File | Other Settings | Configure Plugins runs the wizard that can enable or disable certain plugins. It does not allow you to change the settings of a plugin.

To change the settings of a plugin, use the regular Settings dialog.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM