如何将我的 Android 应用程序与数据库打包
我已经创建了一个 Android 应用程序,该应用程序在其资产文件夹中已有一个现有的 sqlite 3 数据库。我设计的应用程序是在应用程序首次启动时将数据库复制到移动设备上。我的问题是如何发送数据库和应用程序以便用户可以轻松安装该应用程序?
谢谢
I've already created an android application that has got an already existing sqlite 3 database within it's asset's folder. I designed the application to copy the database on to the mobile when the app is launched for the first time. My question is how can I ship the database and the app so that users can easily install the app?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这里: 使用你自己的 sqlite 数据库在您的 Android 应用程序中
Have a look here : Using your own sqlite database in your Android applications