I have been using Eclipse IDE for almost 8 years now, though I have used various flavours that is build over eclipse like IBM RAD, Netbeans and some PHP IDEs but recently moved to IntelliJ because many say its better for Android App Development. Also, Google released the Official Android Studio ver 1.0 that is based on IntelliJ this year.
The first thing that you will notice is that "Eclipse Keyboard shortcuts: Keymaps do not work on IntelliJ".
The Command + Shift + F, Command + Shift + O and others don't work here!!
It really hard to unlearn these shortcuts then learning those new ones, so I found a solution that lets you use eclipse keymaps with IntelliJ
Steps to Configure Eclipse Keymap
- If you are using Mac OS X
- If you are using Windows OS it should be under tools
- Now Search Keymap
- You will see a drop down where you can select Eclipse/Eclipse Mac
- Apply changes.
Goto Menu: Android Studio -> Preferences

Thats it!! Now try using your good old eclipse keyboard shortcuts on a file, they should work!!
Note: If you come from some other IDE background like Visual Studio, KDE, GNOME, Emacs, Netbeans, JBuilder then you can follow the same steps and select the appropriate keymap or import your own!
- Error running 'app': No target device found.
- How to save IntelliJ IDE Console logs to external log file
- Android Studio : Implement abstract methods shortcut
- Android Studio Error:(19, 0) Gradle DSL method not found: android()
- Android [SDK Manager] The system cannot find the path specified
- [Solution] Android Studio does not displays Toolbar in Layout Design
- [Android Studio] failed to find Build Tools revision 23.0.0 rc1
- [Android Studio] Hardcoded string Button, should use @string resource
- JDK Location in Android Studio
- Android Studio : Connection Error : Failed to download patch file
- Your Android SDK is missing, out of date or corrupted SDK Problem
- Cannot start Android Studio. No JDK found
- Android Studio : Build Tools 23.0.0 rc1 is deprecated
- Android Studio emulator/Device logCat logs not displayed
- Delete Android Studio Projects
- Android Studio : Change FAB icon color : FloatingActionButton
- How to install Android Studio Chipmunk and SDK tools on macOS (2021.2)
- Building library Gradle Project Info: Downloading services.gradle.org
- [Android Studio] Could not automatically detect an ADB binary
- The package must have at least one . separator [Android Studio]
- Create assets folder in Android Studio
- How to remove Floating Action Button Android Studio Blank Activity Template
- [Event Log] Android Studio performance could be improved
- The selected device is incompatible : Android Studio
- Disabling Spell Check in Android Studio
- How to serialize-deserialize an object in java - Java
- Android Studio : Connection Error : Failed to download patch file - Android-Studio
- Java SE 8 Update 301 available with various bug fixes and security improvements - Java
- Java: Check Internet connection on Android Device (Wifi or Mobile) - Android
- How to enable line numbers in IntelliJ Android Studio for all files - Android-Studio
- Unhandled exception type InterruptedException : Java Threads - Java
- How to identify installed Java (JDK) Version on macOS - MacOS
- How to Generate Self-Signed OpenSSL certificate in three easy steps - HowTos