How to create custom project template in Android Studio

前端 未结 3 686
别跟我提以往
别跟我提以往 2020-12-09 11:07

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

3条回答
  •  失恋的感觉
    2020-12-09 11:39

    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

提交回复
热议问题