android - How do directories in the NDK home folder relate to the NDK version? -


my $ndk_home folder contains different implementations of standard library.

qdii@nomada /opt/android-ndk/platforms $ ls -l total 24 drwxr-xr-x 5 root android 4096  3 déc.  19:18 android-14 drwxr-xr-x 3 root android 4096 30 déc.  18:42 android-3 drwxr-xr-x 3 root android 4096 30 déc.  18:42 android-4 drwxr-xr-x 3 root android 4096 30 déc.  18:42 android-5 drwxr-xr-x 3 root android 4096 30 déc.  18:42 android-8 drwxr-xr-x 5 root android 4096  3 déc.  19:18 android-9 

each 1 of these different directories contain version of standard library. custom project built without using ndk-build, know 1 use.

say project uses ndk version 8d, implementation of standard library should use?

as can see, they're tagged api level. should use 1 corresponding minimal api level app targeting.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -