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
Post a Comment