Package Details: android-ndk r26.d-1

Git Clone URL: https://aur.archlinux.org/android-ndk.git (read-only, click to copy)
Package Base: android-ndk
Description: Android C/C++ developer kit
Upstream URL: https://developer.android.com/ndk/
Licenses: GPL, custom, LGPL
Replaces: android-ndk64
Submitter: sergej
Maintainer: migrev
Last Packager: migrev
Votes: 280
Popularity: 1.22
First Submitted: 2009-06-26 09:29 (UTC)
Last Updated: 2024-04-25 09:03 (UTC)

Dependencies (15)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 17 Next › Last »

yan12125 commented on 2021-10-02 02:35 (UTC)

Most of GNU binutils (ar, strip, ...) are removed in NDK r23 https://developer.android.com/ndk/downloads/revision_history. Qt should to be adjusted accordingly or using an older NDK.

lostis commented on 2021-10-01 12:29 (UTC)

I have get error messages on missing toolchain binary locations, this solved the issues:

cd /opt/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/bin
sudo ln -s llvm-ar arm-linux-androideabi-ar
sudo ln -s llvm-objcopy arm-linux-androideabi-strip

I wanted to build qt5/qt6 AUR packages.

yan12125 commented on 2021-05-27 14:07 (UTC)

Well, I have been considering a package like "android-ndk-lts", but haven't had time to write an automatic update script for that. Anyway, everyone can upload packages to AUR.

vityafx commented on 2021-05-26 13:35 (UTC)

Why there is no NDK 21 on AUR?

yan12125 commented on 2021-02-23 06:42 (UTC)

Kernald flagged android-ndk out-of-date on 2021-02-23 for the following reason:

r23 is out

Nope. r23 is still in beta. Please use android-ndk-beta instead if you want to test it.

yan12125 commented on 2020-12-24 07:11 (UTC)

btd1337: Thanks for the suggestion. Before today I use https://aur.archlinux.org/packages/android-sdk-ndk-symlink/ for that symlink, while I think it is better to just include that symlink in this package.

btd1337 commented on 2020-12-24 04:27 (UTC)

Please, consider to add this command to pkgbuild:

ln -s /opt/android-ndk /opt/android-sdk/ndk-bundle

Without ndk-bundle folder in /opt/android-sdk, the Flutter tell that ndk isn't installed even ANDROID_NDK_HOME is already setted.

cTas0099 commented on 2019-11-15 16:26 (UTC)

thank you very much @yan12125!

yan12125 commented on 2019-11-15 15:58 (UTC)

Hi @cTas0099, NDK has removed GCC in favor of Clang since r18 [1]. You'll need to ask p4a developers to migrate to Clang or use one of older NDK from https://aur.archlinux.org/packages/?O=0&K=android-ndk.

[1] https://developer.android.com/ndk/downloads/revision_history