【发布时间】:2015-12-08 08:28:12
【问题描述】:
我一直在尝试为 Android 和 iOS 构建一个流星科尔多瓦应用程序。 当我尝试仅为 iOS 构建时,一切运行顺利。 之后我添加了Android平台然后运行
meteor build ~/builds --server myserver.meteor.com
我收到一个非常奇怪的错误:
Error while building for mobile platforms: Error running curl
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 181 0 181 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
145 0 --:--:-- 0:00:01 --:--:-- 145
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0Warning: Failed to create the file
Warning: /Users/idoivri/Sites/projects/alternative-tel-aviv/.meteor/local/cordo
Warning: va-build/local-plugins/com.meteor.cordova-update.tgz: No such file or
Warning: directory
curl: (23) Failed writing body (0 != 833)
想知道什么是 com.meteor.cordova-update.tgz 以及为什么它在构建 Android APK 时似乎会导致错误?
【问题讨论】:
标签: android cordova curl meteor