Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.46 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.46 KB

android-studio-template

Custom templates for Android Studio.

NewAndroidModule

This template extends the default behavior of creating a module in Android Studio and follows the android-best-practices.

Install

On Mac,

git clone [email protected]:tmiyamon/android-studio-template.git
cd android-studio-template
mv '/Applications/Android Studio.app/Contents/plugins/android/lib/templates/gradle-projects/NewAndroidModule'{,_bak}
ln -s $(pwd)/gradle-projects/NewAndroidModule '/Applications/Android Studio.app/Contents/plugins/android/lib/templates/gradle-projects/NewAndroidModule'

then restart Android Studio if it's running.

Enhancement

application module

library module

License

Futurice Oy Creative Commons Attribution 4.0 International (CC BY 4.0)