Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 808 Bytes

android-studio.md

File metadata and controls

35 lines (23 loc) · 808 Bytes

Android Studio

快捷

快捷 说明
按两下 shift 搜索文件
command + shift + o 前往文件

自动显示提示

Android Studio > Preferences > Editor > General > Other > Show quick doc on mouse move Delay

删除 Module

  1. 选中Module右击,选择 Open Module Settings,打开Project Structure 窗。(或者选中Module,按F4打开Project Structure窗口)
  2. 或者选中Module按Delete键。 OK

格式化代码

Android Studio > Preferences > Editor > Code > Java
  • Tab size tab 占空格数。 2
  • Indent 缩进空格数。2
  • Continuation indent 一行没完的语句换行空格数。 4

查看 APK 包

Build > Analyze APK