non-numeric second argument to `wordlist' function:
用ndk编译一些c项目的时候,有时会出这个error
non-numeric second argument to `wordlist' function:
int_encode = $(__gmsl_tr1)$(wordlist 1,$1,$(__gmsl_input_int))
int_encode = $(__gmsl_tr1)$(wordlist 1,$(words $1),$(__gmsl_input_int))
<?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.test.ndk" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="8"/></manifest>
Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: /Android.mk
LOCAL_PATH := $(call my-dir)APP_BUILD_SCRIPT := $(LOCAL_PATH)/../Android.mk