Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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+
- Host: GitHub
- URL: https://github.com/mataku/android-studio-file-templates
- Owner: mataku
- License: apache-2.0
- Created: 2022-07-19T02:19:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T09:07:32.000Z (almost 2 years ago)
- Last Synced: 2024-12-24T00:38:49.186Z (12 days ago)
- Topics: androidstudio-plugin
- Language: Kotlin
- Homepage:
- Size: 2.44 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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