March3April4
March3April4

Reputation: 2291

Why android studio does a gradle sync after applying file templates?

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

Answers (1)

gagarinwjj
gagarinwjj

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

Related Questions