android studio template:Android Studio的自定义模板
android-studio-模板Android Studio的自定义模板。新的Android模块此模板扩展了在Android Studio中创建模块的默认行为,并遵循标准规范。安装在Mac上,您可以通过以下步骤完成:
-
克隆仓库:
git clone git@github.com: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/C