简体   繁体   中英

Extracting Sqlite Database file from Android Device

I have a Nexus device that I try to extract sqlite database from my app. I use adb shell to connect to the device. I locate the database file, but I can't copy it to my computer. I have Windows 10. In shell, it doesn't seem to recognize my local paths. Does anyone know a workaround? How can I specify my local computer's file system as the destination for the cp command in adb shell?

我不认为您可以使用adb shell从应用程序数据路径(例如:/data/com.example.mine.move/databases/A.db)复制数据库。该路径受到保护。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM