Xeijin
Xeijin

Reputation: 75

Android Studio custom template

I made a template to save time for my structured projects.

It's a base template so I only use it when I create a new project, but Android Studio shows my template also when I want to create a new object (Xml, class, activity, fragment, etc).

I want to only show my template as an option when I want to create a new project. I tried to find something to change it, but I didn't get anything useful.

Upvotes: 2

Views: 5762

Answers (1)

xcesco
xcesco

Reputation: 4838

Just go to <android studio directory>\plugins\android\lib\templates\activities and look to templates defined there.

I done same thing. I didn't found how to create a template for new project, so i have just created a template for new module.

Raccomended reading are:

Upvotes: 4

Related Questions