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!
- Locate MainActivity Java or Kotlin file in Android Studio
- Android Studio setup was canceled - How to resume
- The selected device is incompatible : Android Studio
- Android Studio : Change FAB icon color : FloatingActionButton
- How to rename package name in Android Studio
- Android Emulator Screenshot saved location
- Android Activity Main xml stuck loading
- [Solution] Android Studio does not displays Toolbar in Layout Design
- [Event Log] Android Studio performance could be improved
- The package must have at least one . separator [Android Studio]
- Android Studio SDK Build-tools 23 rc2 not getting installed
- Android Emulator window was out of view and was recentered
- Emulator: Warning: restoring GLES1 context from snapshot. App may need reloading.
- How to Import External Jars to Android Studio Project
- How to install Android Studio Chipmunk and SDK tools on macOS (2021.2)
- Create assets folder in Android Studio
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio
- Android Emulator 5.1.1 not loading on Mac OS X Android Studio
- Your Android SDK is missing, out of date or corrupted SDK Problem
- macOS Big Sur java.lang.UnsatisfiedLinkError CoreFoundation - Android Studio
- [Android Studio] How to locate code for activity_main.xml
- groovy.lang.MissingPropertyException No such property Error
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip
- Step-by-Step: How to install Flutter in Android Studio
- [Solved] Error launching studio
- How to adjust MacBook Desktop icons size - MacOS
- How to rename a Pandas DataFrame Column Names - Python
- Fix SharePoint PowerShell error - The term Get-SPweb is not recognized as the name of a cmdlet function script file or operable program - SharePoint
- [macOS] How to search or view previous terminal command history - MacOS
- How to format LocalDate in Java using DateTimeFormatter - Java
- Eclipse Error : The Eclipse executable launcher was unable to locate its companion shared library. - Eclipse
- Json Serialization and Deserialization using Java Jackson - Java
- Running Android Lint has encountered a problem NullPointerException Error - Android