Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mataku/android-studio-file-templates

Personal file templates for Android Studio 4.1+
https://github.com/mataku/android-studio-file-templates

androidstudio-plugin

Last synced: 12 days ago
JSON representation

Personal file templates for Android Studio 4.1+

Awesome Lists containing this project

README

        

# android-studio-file-templates

![Build](https://github.com/mataku/android-studio-file-templates/workflows/Build/badge.svg)

Personal custom Android Studio templates.

## Installation

1. Run `./gradlew buildPlugin`
2. Launch Android Studio
3. Choose Preferences -> Plugins
4. Tap gear icon ⚙️ and choose `Install plugin from Disk`
5. Select jar in `$PROJECT_ROOT/build/libs` generated in step 1
6. Restart Android Studio

## Development

It is convenient to use the runIde gradle task as restarting Android Studio every time after installing plugin is so hard.

1. Edit some codes
2. Run `./gradlew runIde`
3. Try plugin

![](./screenshot/run_ide.png)

---
Plugin based on the [IntelliJ Platform Plugin Template][template].

[template]: https://github.com/JetBrains/intellij-platform-plugin-template