• Stars
    star
    403
  • Rank 107,140 (Top 3 %)
  • Language
    C
  • License
    Other
  • Created over 6 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

android-ndk for termux

Android ndk for Termux(only supports aarch64 and Android 9 or above)

The source code from AOSP llvm-toolchain, which is consistent with the official NDK version.

At first, we don‘t need to rebuild the whole NDK, since google already built most of it. so we only need to build the llvm toolchain, then replace the llvm inside NDK.

How to build, please refer to toolchain readme docs

Building on device is not recommended and you may encounter some strange errors.


Building android app with termux-ndk, please refer to build-app

Building cocos2d game for android with termux-ndk, please refer to cocos2d-game

I don't provide the linux and 32-bit versions, because there is not enough time to maintain, please try to compile it by yourself!!