Discussion:
Compilation Error on android-ndk-r10d for android-21
Arveen Kaur
2018-08-09 14:01:16 UTC
Permalink
Hi,

I am trying to compile NDK MediaCodec API's with android-ndk-r10d but I am
getting few compilation errors .
One for instance is "error: unknown type name 'locale_t' extern long double
strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__
__NDK_FPABI__;"

Settings in Application.mk is as below:
-----------------------------------------------------
APP_ABI := armeabi
NDK_PROJECT_PATH := $(call my-dir)/
APP_PLATFORM := android-21
-----------------------------------------------------

Can someone please help me with that.

Regards,
Arveen
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/5ef85c6a-3d5e-4e03-b044-553be21e89a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...