利用adbshell 的run-as命令 访问/data/data/包名
如果签名了并且指定设置了android:debuggable="false"将无法使用该命令。
D:anzhuangstudiosdkplatform-tools>adb shell
shell@R9:/ $ run-as com.xxx.xxx
shell@R9:/data/data/com.xxx.xxx$ ls
files
lib
program_cache
shared_prefs
shell@R9:/data/data/com.xxx.xxx$ cd files
shell@R9:/data/data/com.xxx.xxx/files $ ls
__MACOSX
quanjing
shell@R9:/data/data/com.xxx.xxx/files $ cd quanjing
shell@R9:/data/data/com.xxx.xxx/files/quanjing $ ls
Scorllimage
Sounds
Videos
quanjing.json
shell@R9:/data/data/com.huachuang.mvlplatform/files/quanjing $