【发布时间】:2022-01-10 04:07:58
【问题描述】:
我想更改我的默认图标和启动屏幕,所以我用新文件替换了旧的 icon.png 和 splash.png 文件并运行以下命令
ionic cordova resources android
它失败并给出以下消息
√ Collecting resource configuration and source images - done!
√ Filtering out image resources that do not need regeneration - done!
× Uploading source images to prepare for transformations - failed!
[ERROR] Network connectivity error occurred, are you offline?
If you are behind a firewall and need to configure proxy settings, see:
https://ionicframework.com/docs/cli/configuring.html#using-a-proxy
Error: getaddrinfo ENOTFOUND res.ionic.io res.ionic.io:443
at errnoException (dns.js:50:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26)
是什么导致了这个问题?
注意:我没有使用任何防火墙或代理。
【问题讨论】:
标签: android cordova build proxy ionic3