2

I am looking for the location of where the Live Templates are stored in Android Studio in Windows.

I looked at previous answers where the locations is under: .\config folder but in my case there is no "templates" folder that I can look into.

I am using Android Studio 2.1

Thank you

chris lekkas
  • 115
  • 10
  • 1
    Have you tried this? https://stackoverflow.com/questions/16581752/android-studio-how-to-change-android-sdk-path – bated Aug 29 '17 at 21:20
  • I dont think that is related, but just in case, I am using the default location for the sdk path. but I dont see the live templates in any of the subfolders – chris lekkas Aug 29 '17 at 21:32
  • Have you tried this path `\plugins\android\lib\templates\`? – bated Aug 29 '17 at 22:46
  • Yes, and there are templates but they are "file" templates, the following is the folders under \templates: "activites", "eclipse", "gradle" "gradle-projects" and "other" – chris lekkas Aug 29 '17 at 23:39
  • Possible duplicate of [Android Studio. How export Live Template to file?](https://stackoverflow.com/questions/44177276/android-studio-how-export-live-template-to-file) – Sir Codesalot Feb 13 '18 at 16:27
  • The answer is already given here: https://stackoverflow.com/questions/44177276/android-studio-how-export-live-template-to-file – Sir Codesalot Feb 13 '18 at 16:27

1 Answers1

1

Templates location for Windows:

$ANDROID_STUDIO_PATH\plugins\android\lib\templates

tikhonos
  • 592
  • 4
  • 11