How can I see the contents of a sqlite db of my app in a real device?

后端 未结 5 590
迷失自我
迷失自我 2021-01-06 04:39

I want to see the contents of my database created in my app in the device I deploied it. I can use sqlite commands in shell and see in emulator but not in a real device.

5条回答
  •  [愿得一人]
    2021-01-06 05:13

    Actually your Real Device is not Rooted so you don't have a permission to access /data/data//database/ directory.

    Only one solution copy that file to external Storage .. And see it in SQLiteManager or any other SQLite tools.

提交回复
热议问题