Skip to content Skip to sidebar Skip to footer

How To Import .xml Code Style Into Android Studio 1.5.1 For Osx

I am trying to import official Google code styles into Android Studio 1.5.1. I have placed the file named intellij-java-google-style.xml here: /Users/me/Library/Preferences/IdeaIC1

Solution 1:

You've placed the code style .xml in a path used by IntelliJ IDEA, not Android Studio. The corresponding path for Android Studio is:

/Users/me/Library/Preferences/AndroidStudio1.5/codestyles

Post a Comment for "How To Import .xml Code Style Into Android Studio 1.5.1 For Osx"