简体   繁体   English

.db文件在不同Android手机中的位置

[英]location of .db file in different android phones

when we use sqlLite database for our projects does the path of .db file /data/data/com.yourpackage.name/databases. 当我们在项目中使用sqlLite数据库时,.db文件/data/data/com.yourpackage.name/databases的路径 remains the same for each and every android phone?? 每个Android手机都保持不变?? or path of storage of .db file differ in android phones? 或.db文件的存储路径在Android手机中有所不同?

It does not matter. 不要紧。 You find out the path for your app's database via getDatabasePath() , which will resolve to the correct spot for the particular device. 您可以通过getDatabasePath()找到应用程序数据库的路径,该路径将解析为特定设备的正确位置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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