adb shell run-as com.example.android //对应包名
ls查看当前目录下的所有文件,找到shared_prefs
cd shared_prefs
ls 查看所有的 sharedpreferences 文件 cat 查看指定的SP cat XXX.xml
步骤如图: