Android Studio 2.3.2. I want to export Live Templates-->AndroidLog to file.
How I can do this? Thanks.
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
IntelliJ IDEA (and Android Studio) stores definitions of custom live templatein automatically generated configuration files <group_name>.xml
.
Depending on the operating system you are using, the <group_name>.xml
files are stored at the following locations:
<your_user_home_directory>\.AndroidStudio<version_number>\config\templates
~/.AndroidStudio<version>/config/templates
~/Library/Preferences/AndroidStudio<version>/templates
Now you can share the templates among your teammates, send the relevant files to them with the instruction to save the files in the templates folder
Or You can sharing live templates through export/import
For any other information, here the official IntelliJ guide
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With