Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 482 Bytes

Android-studio-tips.md

File metadata and controls

7 lines (4 loc) · 482 Bytes

Android studio tips

  1. Tip: To quickly open a file in Android Studio, double-tap the Shift key to bring up a floating search bar, and type the name of the file you want to open.

  2. If you get an INSTALL_FAILED_INVALID_APK error when building, try doing a ‘Build' -> ‘Clean Project' in Android Studio.

  3. Note: If Android Studio encounters Cannot resolve symbol errors when writing this code, press Alt + Enter or (Option + Return on Mac) to import the missing symbols.