Android Studio. How export Live Template to file?

Viewed 4660

Android Studio 2.3.2. I want to export Live Templates-->AndroidLog to file. enter image description here

How I can do this? Thanks.

3 Answers

Updated >Android 4.1

IDE configuration directory changes The locations of user configuration directories have been changed to the following:

Windows Syntax: %APPDATA%\Google<product>

Example: C:\Users\YourUserName\AppData\Roaming\Google\AndroidStudio4.1

macOS Syntax: ~/Library/Application Support/Google/

Example: ~/Library/Application Support/Google/AndroidStudio4.1

Linux Syntax: ~/.config/Google/

Example: ~/.config/Google/AndroidStudio4.1

C:\Users\YourUserName\AppData\Roaming\Google\AndroidStudio4.1\templates

For Mac:
Android 4.1
/Users/{User Name}/Library/Application Support/Google/AndroidStudio4.1/templates

Related