Reputation: 15382
Google has announced that 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.
Upvotes: 3
Views: 4020
Reputation: 15382
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
Upvotes: 5
Reputation: 71
File > Settings > Keymap
Now, you may use the default settings from Eclipse. You can also change the other settings if you like.
Upvotes: 4
Reputation: 22018
I suggest you switch over to Android Studio. Here I mention why:
Google will enforce the Android Studio / Gradle project structure. Sample Code will be released in this format.
3rd party libraries will not be released in a format that's easy to include in Eclipse anymore. They will use gradle. Gradle & Eclipse? Google it, people don't seem to be happy.
As Android Studio gets better and the ADT plugin for Eclipse is discontinued, you will glance over to AS and it's new shiny features and be jealous.
Everything you said about shortcuts & code formatting are just excuses. I switched from Eclipse to AS 8 weeks ago and forgot 95% of the Eclipse shortcuts (and learned 95% of the Eclipse shortcuts I knew on AS). Print out a cheatsheet, put it on your desk and roll. If you don't fancy the default settings of AS / IntelliJ, please name one setting or shortcut that can't be customized.
Gradle really has a lot to offer. Look at the 'product flavors' feature, it's great! If you've built 5 variants of one app with a mouseclick you don't want to go back!
Upvotes: 4