gpt4 book ai didi

database - 安卓新手 : openOrCreateDatabase(): where does the sqlite file go?

转载 作者:搜寻专家 更新时间:2023-10-30 21:43:15 25 4
gpt4 key购买 nike

当我打电话

myDB = this.openOrCreateDatabase("DatabaseName", MODE_PRIVATE, null);

数据库文件是在哪里创建的?

我到处都找不到。 o_O

最佳答案

所有数据库、SQLite 和其他数据库都存储在设备上的 /data/data/package_name/databases 中。

http://developer.android.com/guide/topics/data/data-storage.html

关于database - 安卓新手 : openOrCreateDatabase(): where does the sqlite file go?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2699954/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com