Reputation: 2291
I created my own file template following this article(https://riggaroo.co.za/custom-file-template-group-android-studiointellij/). It's under others/.
It works fine, but every time I use this template, Android studio starts a gradle sync for all my modules.
The file inside the template does not require any external dependancies and consists of only .java files, no xml or other files.
How can I disable such behavior?
Upvotes: 1
Views: 61
Reputation: 26
refer https://developer.android.com/studio/projects/templates , this is a default action, there is no way to customize so far
Upvotes: 1