*** non-numeric second argument to `wordlist' function: ''. Stop.

android开发在使用ndk r8d版本编译的时候出现*** non-numeric second argument to `wordlist' function: ''.  Stop.的错误

 

解决方法:

找到文件:/android-ndk-r8d/build/gmsl/__gmsl

打开,找到512行,把512行替换成:int_encode = $(__gmsl_tr1)$(wordlist 1,$(words $1),$(__gmsl_input_int))

 

OK,重启一下ndk,再次编译,OK了

你可能感兴趣的:(*** non-numeric second argument to `wordlist' function: ''. Stop.)