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: 281
Popularity: 1.56
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 8 .. 17 Next › Last »

cTas0099 commented on 2019-11-15 14:34 (UTC)

hi, I get this error when starting the p4a compiler:

Build failed: Couldn't find executable for CC. This indicates a problem locating the arm-linux-androideabi-gcc executable in the Android NDK, not that you don't have a normal compiler installed. Exiting.

tell me which way I need to go in order to understand this error?

yan12125 commented on 2018-03-31 17:10 (UTC)

@n4nn31355: AFAIK gradle/Android Studio references ANDROID_NDK_HOME. What software or build systems use ANDROID_NDK_HOME? It's fine to have 2 or 3 variables, but more will be a problem, so I want to add the most common ones only.

n4nn31355 commented on 2018-03-31 16:39 (UTC)

yan12125: On current moment variable ANDROID_NDK_ROOT used as well as ANDROID_NDK_HOME. Could you add this envvar to android-ndk.sh?

yan12125 commented on 2017-08-08 03:39 (UTC)

I suggest disabling compression as it's not necessary for locally built packages. In /etc/makepkg.conf, change the following line: PKGEXT='.pkg.tar.xz' into: PKGEXT='.pkg.tar'

lilydjwg commented on 2017-08-08 02:50 (UTC)

marmistrz: You disk speed doesn't matter much because xz compressing is consuming a lot of CPU. You can set something like COMPRESSXZ=(xz -c -z - -T12) in /etc/makepkg.conf to utilize multi cores. Or you can disable compression if you don't need it.

marmistrz commented on 2017-08-07 18:53 (UTC)

On my computer compressing the package takes about 20-25 minutes. Is this expected (I have an SSD drive)

yan12125 commented on 2017-07-13 14:24 (UTC)

@niqingliang2003: https://aur.archlinux.org/packages/android-sdk-ndk-symlink/ can make it

niqingliang2003 commented on 2017-07-13 06:27 (UTC)

the sdk manager of android studio will lookup ndk from /opt/android-sdk/ndk-bundle. so maybe installing android-ndk into /opt/android-sdk/ndk-bundle will be better?

yan12125 commented on 2017-06-30 17:47 (UTC)

Adopted and updated to r15b. Please tell me if there are any more problems.

jayeffkay commented on 2017-04-04 13:03 (UTC)

@xyproto, thanks for feedback. Installation was successful when retrying. On the failed attempt I overrode the "Compressing package" part (https://bbs.archlinux.org/viewtopic.php?id=127894), which might have caused it. Partition was not full.