elipse快捷键
alt + / 内容助手
ctrl + shift + f 格式化代码
ctrl + shift + o import补全和删除
ctrl + shift + r 打开任意文件
ctrl + o 显示大纲
Android studio快捷键
alt + 回车 手动优化功能
ctrl + alt + l 格式化代码
ctrl + n 产生getter、setter等方法
ctrl + p 显示方法参数
adb工具
adb devices 列举所有连接到宿主机的android设备
adb shell 进入android设备的shell界面
-s 指定设备
adb push/pull
push 上传到android设备
pull 下载
adb install/uninstall 安装、卸载
时间: 2024-10-03 13:17:28