Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

[Android] Build fails for Android NDK r19 #72

Closed
tanersener opened this issue Jan 25, 2019 · 1 comment
Closed

[Android] Build fails for Android NDK r19 #72

tanersener opened this issue Jan 25, 2019 · 1 comment

Comments

@tanersener
Copy link
Owner

When android.sh is executed on NDK r19, process fail with the following error.

WARNING:__main__:make_standalone_toolchain.py is no longer necessary. The
$NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin directory contains target-specific scripts that perform
the same task. For example, instead of:

    $ python $NDK/build/tools/make_standalone_toolchain.py \
        --arch arm --api 24 --install-dir toolchain
    $ toolchain/bin/clang++ src.cpp

Instead use:

    $ $NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin/armv7a-linux-androideabi24-clang++ src.cpp
@tanersener
Copy link
Owner Author

This is fixed in development branch. Issue will be closed when branch is merged to master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant