Aurélien ....
2016-05-18 08:46:35 UTC
Hello,
I make an app using the NDK 12 which worked on my phone (Android 21).
When I tried to compile it for an Android 19 device, I had some errors at
the link time because some symbols like "atof" were missing.
The reason was that these symbols where not present on older versions of
Android, so the NDK included them. But in newer versions of Android, these
symbols are native so the NDK does not have to include them.
Consequently, using the NDK 12 for an Android 19 target did not work
because either the NDK or Android defined these symbols.
Well, ok.
My question is : Is there is a compatibility table between the NDK versions
to use depending the Android version targets ?
I mean if I want to compile my app for Android 13, which NDK have I to use
? And for 14, 15, 16 etc. ?
Thank you in advance :)
I make an app using the NDK 12 which worked on my phone (Android 21).
When I tried to compile it for an Android 19 device, I had some errors at
the link time because some symbols like "atof" were missing.
The reason was that these symbols where not present on older versions of
Android, so the NDK included them. But in newer versions of Android, these
symbols are native so the NDK does not have to include them.
Consequently, using the NDK 12 for an Android 19 target did not work
because either the NDK or Android defined these symbols.
Well, ok.
My question is : Is there is a compatibility table between the NDK versions
to use depending the Android version targets ?
I mean if I want to compile my app for Android 13, which NDK have I to use
? And for 14, 15, 16 etc. ?
Thank you in advance :)
--
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/10a8f830-1c7c-40cd-a8ef-5dd9e852bd8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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/10a8f830-1c7c-40cd-a8ef-5dd9e852bd8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.