Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何访问存在于应用程序/数据库目录之外的 SQLite DB?
看起来openOrCreate总是指向 appdir/database
openOrCreate
您只能使用getDatabasePath获取数据库的路径并假设它不为空,将文件复制到给定位置。原因是数据库可能不是 SQLite,因此它不一定由一个文件组成。还有一个文件系统的问题,它在平台之间不是很便携。
getDatabasePath