[solved][Android] NDK Error when running ndk-build
Posted: Sun Jun 18, 2017 7:36 pm
I'm pretty sure I have installed all the new system variables correctly. NDK version is r9d.
When I run the command ndk-build is gives me this error:
Android NDK: ERROR:C:/Users/Nicolas/NDK/android-ndk-r9d/sources/cxx-stl/gnu-libs
tdc++/Android.mk:gnustl_static: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that C:/Users/Nicolas/NDK/android-ndk-r9d/sources/cxx-stl/gnu
-libstdc++/4.9/libs/armeabi/libgnustl_static.a exists or that its path is correct
C:/Users/Nicolas/NDK/android-ndk-r9d/build/core/prebuilt-library.mk:45: *** Andr
oid NDK: Aborting . Stop.
From what I understood it is looking for this file /sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/libgnustl_static.a
But the folder 4.9 doesn't exist. Mine only has the versions 4.8 and 4.6. I found 4.9 in the r10 version but the bitbucket page says that there have been some problems with the latest versions.
How can I fix this issue? It seems like the r9 version of NDK is just too outdated but the latest versions don't work either (according to the bitbucket page).
When I run the command ndk-build is gives me this error:
Android NDK: ERROR:C:/Users/Nicolas/NDK/android-ndk-r9d/sources/cxx-stl/gnu-libs
tdc++/Android.mk:gnustl_static: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that C:/Users/Nicolas/NDK/android-ndk-r9d/sources/cxx-stl/gnu
-libstdc++/4.9/libs/armeabi/libgnustl_static.a exists or that its path is correct
C:/Users/Nicolas/NDK/android-ndk-r9d/build/core/prebuilt-library.mk:45: *** Andr
oid NDK: Aborting . Stop.
From what I understood it is looking for this file /sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/libgnustl_static.a
But the folder 4.9 doesn't exist. Mine only has the versions 4.8 and 4.6. I found 4.9 in the r10 version but the bitbucket page says that there have been some problems with the latest versions.
How can I fix this issue? It seems like the r9 version of NDK is just too outdated but the latest versions don't work either (according to the bitbucket page).