Skip to content

miscellaneous stuff will put here, configurations, code templates, tools, etc.

License

Notifications You must be signed in to change notification settings

WanghongLin/miscellaneous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miscellaneous

miscellaneous stuff will put here, configurations, code templates, tools, etc.

Tools

Manpages

Android studio live template

templates include extra live templates for Android studio. These files are exported from Android studio config directory, ~/Library/Preferences/AndroidStudioX.Y/templates in macOS if the version is X.Y. It's located in %HOMEPATH%\.AndroidStudioX.Y\config\templates for Windows and $HOME/.AndroidStudioX.Y/config/templates for Linux.

These exported live templates can be shared and imported like below.

$ cd /tmp
$ wget /url/to/SharedTemplate.xml
$ mkdir templates
$ mv SharedTemplate.xml templates/
$ touch install.txt
$ touch "IntelliJ IDEA Global Settings"
$ zip -r settings.zip templates install.txt IntelliJ\ IDEA\ Global\ Settings

Then in Android studio, use File -> Import Settings... to import and use the live templates.

Documentation

unpublished documentations

About

miscellaneous stuff will put here, configurations, code templates, tools, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published