我正在使用eclipse中的ndk为android构建一个C代码。我需要包含libc库,这需要我设置TARGET_CPU_VARIANT。这是错误消息。我正在使用armeabi-v7a
。我该怎么办?
TARGET_CPU_VARIANT not set or set to an unknown value.
Possible values are cortex-a7, cortex-a8, cortex-a9, cortex-a15, krait, denver.
Use generic for devices that do not have a CPU similar to any of the supported cpu variants