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.
我使用 PhoneGap 创建了一个 Sqlite 数据库并访问它来读取数据。所以我想找出 Sqlite 文件在我的 android 设备中的位置。请让我看看
如果您使用phonegap,那么您的数据库将位于位置
/data/data/package-name/app_database/file__0/0000000000000001.db
您所有的表格都将存储在那里....
如果你的包裹是com.exampl.hello那么
com.exampl.hello
/data/data/com.example.hello/databases/databasefile
databasefile您的数据库的名称在哪里。
databasefile