介紹
這是一個(gè)一鍵幫你從設(shè)備中的數(shù)據(jù)庫和SharePreference 的文件獲取到本地,查看,修改,然后再push 到設(shè)備中的intellij & as 插件.
原理:
這個(gè)類似 adb pull 和 adb push 的可視化界面.內(nèi)部使用adb 命令去pull 和 push 文件
不足:
因?yàn)檫@個(gè)只是一個(gè)簡單的pull 和 push 操作,所以數(shù)據(jù)庫的查看需要開發(fā)人員自行安裝專業(yè)的數(shù)據(jù)庫軟件.而 SharePreference 可以直接用intellij 或者 as 直接打開.后期也不會(huì)對數(shù)據(jù)庫查看做更多的支持.
使用:
首先你的設(shè)備需要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 數(shù)據(jù)庫 搜索 "pull database from device"

Paste_Image.png
Push File
在你要push 的文件鼠標(biāo)右鍵

Paste_Image.png
快捷鍵 alt(option)+A

Paste_Image.png
FAQ
Q:genymotion 使用失敗?
A:通過修改genymotion 嘗試設(shè)置adb 位置.

genymotion設(shè)置.png
Feature:
- 本地日志記錄.
- 優(yōu)化選擇文件體驗(yàn).