VLC for android 编译错误
生活随笔
收集整理的這篇文章主要介紹了
VLC for android 编译错误
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
為什么80%的碼農(nóng)都做不了架構(gòu)師?>>> ??
在Mac os 10.10.2上編譯vlc for android的時(shí)候,出現(xiàn)如下錯(cuò)誤:
$ sh compile.sh *** No ANDROID_ABI defined architecture: using ARMv7 Downloading gradle% Total % Received % Xferd Average Speed Time Time Time CurrentDload Upload Total Spent Left Speed 100 354 100 354 0 0 455 0 --:--:-- --:--:-- --:--:-- 455 Archive: gradle-2.2.1-all.zipEnd-of-central-directory signature not found. Either this file is nota zipfile, or it constitutes one disk of a multi-part archive. In thelatter case the central directory and zipfile comment will be found onthe last disk(s) of this archive. unzip: cannot find zipfile directory in one of gradle-2.2.1-all.zip orgradle-2.2.1-all.zip.zip, and cannot find gradle-2.2.1-all.zip.ZIP, period.
修改 compile.sh at Line 81:
wget ${GRADLE_URL} 2>/dev/null || curl -O ${GRADLE_URL}
=>wget ${GRADLE_URL} 2>/dev/null || curl -O?-L?${GRADLE_URL}
轉(zhuǎn)載于:https://my.oschina.net/jerikc/blog/416229
總結(jié)
以上是生活随笔為你收集整理的VLC for android 编译错误的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 检查单 2015-05-15-01
- 下一篇: iOS应用性能调优的25个建议和技巧【转