
Android
Android
lucasxt
这个作者很懒,什么都没留下…
展开
-
apk签名
keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias my-aliasjarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.jks android-re...原创 2019-11-28 16:32:48 · 126 阅读 · 0 评论 -
No resource found that matches the given name (at 'networkSecurityConfig' with value '@xml/network_s
执行命令cordova build android错误提示No resource found that matches the given name (at ‘networkSecurityConfig’ with value '@xml/network_s解决方法项目根目录\platforms\android\res\xml添加文件network_security_config.xml...原创 2019-11-28 16:02:07 · 1172 阅读 · 0 评论