Can I create custom project template in Android Studio ?
I find the directory \"Android Studio.app/sdk/tools/templates/projects/NewAndroidApplication\" and edit a l
Probably late to answer but do check out this folder under your android SDK folder.
android-sdk\tools\templates\projects
This is where the existing new project templates are stored.
I've posted a detailed answer explaining in this post