使用vs2012开发,编译android时报如下错:
/android-ndk-r9b/build/gmsl/__gmsl:512: *** non-numeric second argument to `wordlist’ function: ‘’. Stop.
网上搜索解决方案有两种:
第一种:
将__gmsl的512修改,这个试过后,会报另一个错误:android-ndk-r9b/build/core/setup-toolchain.mk:20: *** Android NDK: Assertion failure: TARGET_PLATFORM is not defined . Stop.
第二种:
使用unix2dos将AndroidManifest.xml转换格式。这个方法没有作用。
请教各位大神帮助这个问题的根源是什么,怎么解决?