为什么本地打包提示未添加sqlite模块?已经添加了sqlite-release.aar
2***@qq.com
- 发布:2019-10-11 15:17
- 更新:2022-12-21 14:14
- 阅读:2710
caicaicai21 - Java后端开发
dcloud_properties.xml 的 features 节点里补上:
<feature name="Sqlite" value="io.dcloud.feature.sqlite.DataBaseFeature" />
就行了,官方SDK里面没有加上这个。
2***@qq.com (作者)
解决了,万分感谢
2019-10-11 15:40