VLC for android 编译错误
生活随笔
收集整理的這篇文章主要介紹了
VLC for android 编译错误
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
為什么80%的碼農都做不了架構師?>>> ??
在Mac os 10.10.2上編譯vlc for android的時候,出現如下錯誤:
$ 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}
轉載于:https://my.oschina.net/jerikc/blog/416229
總結
以上是生活随笔為你收集整理的VLC for android 编译错误的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 检查单 2015-05-15-01
- 下一篇: iOS应用性能调优的25个建议和技巧【转