編譯jni
從windows環境降低工程文件拷貝到Ubuntu
ndk-build 的時候報錯了、 html
Invalid attribute name:
package
/home/ss/android-ndk-r8c/build/gmsl/__gmsl:512: *** non-numeric second argument to `wordlist' function: ''. Stop.
網上搜索致使的緣由是,AndroidManifest.xml 格式致使的,要安裝dos2unix 但是個人ubuntu是10.04,已經不支持該命令了,緣由是被tofrodos取代了,因此 android
sudo apt-get install tofrodos
dpkg -L tofrodos
能夠看到以下信息
/.
/usr
/usr/bin
/usr/bin/fromdos
/usr/share
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/fromdos.1.gz
/usr/share/doc
/usr/share/doc/tofrodos
/usr/share/doc/tofrodos/NEWS.Debian.gz
/usr/share/doc/tofrodos/tofrodos.html
/usr/share/doc/tofrodos/copyright
/usr/share/doc/tofrodos/changelog.Debian.gz
/usr/share/doc/tofrodos/readme.txt.gz
/usr/bin/todos
/usr/share/man/man1/todos.1.gz
ubuntu
進入包含AndroidManifest.xml的文件夾 windows
fromdos -d AndroidManifest.xml ------>命令參數能夠-help查看 ui
再次ndk-build 看看是否是將問題解決了! spa