I suspect you didn't define "APP_PLATFORM := android-9" in your
Application.mk
Cédric
Le Tue, 25 Oct 2011 07:05:30 +0200, deepak subramanian
<deepa...@gmail.com> a écrit:
You don't need to include system include folders in your Android.mk, they are used autromatically.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
That's true. I have tried.
But I found no words to descripe APP_PLATFORM in NDK documents.
Except this paragraph in Android NDK ChangeLog:
--- Note that by default, code is still generated for ARM-based
devices.
--- You can however add 'x86' to your APP_PLATFORM (*should be
APP_ABI*) definition in your
--- Application.mk. For example, the following line instructs
ndk-build
--- to build your code for three distinct ABIs:
--- APP_ABI := armeabi armeabi-v7a x86
On 11月9日, 下午3时20分, David Turner <di...@android.com> wrote:
> You should not define TARGET_PLATFORM, try APP_PLATFORM inside the
> Application.mk (*not* the Android.mk) instead.
> That's the documented way to to it.
>