您好,我正在研究离子应用程序。执行此命令ionic cordova build android --prod --release。它确实生成了未签名的 apk 文件,但它也在 network_security_config 文件中显示错误。
错误
app\src\main\res\xml\network_security_config.xml:4: Error: Missing includeSubdomains attribute [NetworkSecurityConfig]
<domain>localhost</domain>
我尝试了多种解决方案,但对我不起作用。
参考
如何在 Android (9) Pie 中允许所有网络连接类型 HTTP 和 HTTPS?
Cordova 如何支持 Android 7.0 引入的网络安全配置?
有人可以帮我解决这个问题吗?
我正在研究平均堆栈.我想使用orientdb而不是mongodb.我只想知道如何用orientDB替换mongodb.或者如何自定义mongoose以便我可以使用orientDB.提前致谢.