You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use the build.py script or the ndk-build -j 2 command I get the error:
Library/Android/sdk/ndk-bundle/build/core/add-application.mk:178: *** Android NDK: APP_STL gnustl_static is no longer supported. Please switch to either c++_static or c++_shared. See https://developer.android.com/ndk/guides/cpp-support.html for more information. . Stop.
I tried changing the Application.mk file and replacing the gnustl_static with c++_static and I get a compilation error.
I cloned the repo recursively as the README said and the envsetup script exectuted successfully.
Is there something I'm not doing?
I'm using NDK (Side by side) 21.0.6113669 on macOS 10.15.2
The text was updated successfully, but these errors were encountered:
When I try to use the
build.py
script or thendk-build -j 2
command I get the error:I tried changing the
Application.mk
file and replacing thegnustl_static
withc++_static
and I get a compilation error.I cloned the repo recursively as the README said and the
envsetup
script exectuted successfully.Is there something I'm not doing?
I'm using
NDK (Side by side) 21.0.6113669
on macOS 10.15.2The text was updated successfully, but these errors were encountered: