Import all settings from Eclipse to Android Studio

adt, android, android-studio, eclipse

Solution

I was able to get the Eclipse Look & Feel by modifying `Colors & Fonts.` Copy of settings.jar

Usage :

Android Studio
    |-- File
         |--> Import Settings --> Select settings.jar --> Select All --> Import
         |--> Default Settings/Preferences
                |--> KeyMap -->  Mac OS X 10.5+ copy {if mac} / Eclipse.
                |--> Editor
                       |--> Colors & Fonts --> Eclipse

Problem

Google has announced that ADT plugin for Eclipse is no longer in active development. If you're a new Android developer, you should consider starting with Android Studio, because the ADT plugin for Eclipse is no longer in active development. I have my own formatter which I have slightly modified from original version of android formatter, I couldn't find a way to import it. Clean Up - Customized Clean up. Customized look. Left : Eclipse, Right : Studio with eclipse theme. Still not close enough. How to import all settings under `Preferences > Java > Code Style > *4` from Eclipse to Android Studio.? Map all shortcuts & it's functionalities.

Original source

Related problems