#介绍 这是一个一键帮你从设备中的数据库和SharePreference 的文件获取到本地,查看,修改,然后再push 到设备中的intellij & as 插件.
#原理: 这个类似 adb pull 和 adb push 的可视化界面.内部使用adb 命令去pull 和 push 文件
#不足: 因为这个只是一个简单的pull 和 push 操作,所以数据库的查看需要开发人员自行安装专业的数据库软件.而 SharePreference 可以直接用intellij 或者 as 直接打开.后期也不会对数据库查看做更多的支持.
#使用: 首先你的设备需要root 要root root t
Find Actions 快捷键
Mac OSX: Ctrl+Shift+A
Windows/Linux: Ctrl+Alt+Shift+A
Pull File 使用 "Find Actions"快捷键. pull SharePreference 搜索 "pull preference from device " pull 数据库 搜索 "pull database from device"
Push File 在你要push 的文件鼠标右键
快捷键 alt(option)+A
FAQ
Q:genymotion 使用失败?
A:通过修改genymotion 尝试设置adb 位置.
#Feature:
- 本地日志记录.
- 优化选择文件体验.
- 开启traceview.
- 开启Systrace.
- 开启电量分析.
#特别鸣谢:
adb-idea
intellij-idea-plugins