通过 adb shell 可以执行sqlite3 命令,android 通过 sqlite3
例子:
adb connect remote_ip:5555
adb shell
//打开应用程序创建的数据库
sqlite3 /data/data/packetge_name/databases/test.db
SQLite version 3.3.12
Enter ".help" for instructions
.... enter commands, then quit...
sqlite> .exit