I just installed NDK (r16b) using the SDK manager, but does it exist ~/Library/Android/sdk/ndk-bundle/platforms/android-24/arch-x86/usr/include
(I'm on OS X), which should exist? I can't seem to find him. With me ~/Library/Android/sdk/ndk-bundle/platforms/android-24/arch-x86/usr/lib
. The following is the result of working tree
at /arch-x86
:
arch-x86 tree
.
βββ usr
βββ lib
βββ crtbegin_dynamic.o
βββ crtbegin_so.o
βββ crtbegin_static.o
βββ crtend_android.o
βββ crtend_so.o
βββ libEGL.so
βββ libGLESv1_CM.so
βββ libGLESv2.so
βββ libGLESv3.so
βββ libOpenMAXAL.so
βββ libOpenSLES.so
βββ libandroid.so
βββ libc.a
βββ libc.so
βββ libcamera2ndk.so
βββ libdl.so
βββ libjnigraphics.so
βββ liblog.so
βββ libm.a
βββ libm.so
βββ libmediandk.so
βββ libstdc++.a
βββ libstdc++.so
βββ libvulkan.so
βββ libz.a
βββ libz.so
2 directories, 26 files
Is there any way to create a directory include
? I'm really looking for a file~/Library/Android/sdk/ndk-bundle/platforms/android-24/arch-x86/usr/include/android/api-level.h
source
share