Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 576 Bytes

File metadata and controls

16 lines (12 loc) · 576 Bytes

Eclipse Tricks for Android

  • Ctrl-Shift-O will import all classes in the classpath for which imports are missing
  • Ctrl-Space will autocomplete (with names in the scope that make sense)
  • Ctrl-F11 will run the application
  • Ctrl-PgUp and Ctrl-PgDw to go to next/previous file in editor ( Ctrl-E to list, Ctrl-F6)
  • Ctrl-1 apply quick fix
  • Ctrl-M Toggle maximize current editor

Android Emulator keys