Buck does not support Android NDK r11b ("Failed to read version")
See original GitHub issueWhen running a buck clean
I get the message BUILD FAILED: Failed to read NDK version from
followed by the actual path to the NDK. This doesn’t happen with r10e or r10d, only with r11b.
There’s also the year-old issue #306 bug that cripples Android NDK r10e too.
Issue Analytics
- State:
- Created 8 years ago
- Comments:18 (1 by maintainers)
Top Results From Across the Web
buck fails to include SLES/OpenSLES.h with the android-ndk ...
fatal error: SLES/OpenSLES.h: No such file or directory #include ... Buck does not support Android NDK r11b ("Failed to read version") #701.
Read more >facebook buck & NDK issues - android - Stack Overflow
Well, wenn i try to run buck --version it already gives me this output. BUILD FAILED: Failed to read NDK version from /Users/mlostek/Library/ ......
Read more >NDK Downloads | Android NDK - Android Developers
Select the NDK package for your development platform. ... You can download older unsupported versions of the NDK from the Unsupported NDK ......
Read more >Common problems and solutions | Android NDK
This document is a partial list of the most commonly encountered non-bugs you might encounter when using the NDK, and their solutions (if ......
Read more >NDK Revision History | Android NDK - Android Developers
To download the latest stable version of the NDK or any currently available beta version, ... Downloads for this release are available here....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@winterDroid Actually the built in way of specifying the gcc-version is through the
.buckconfig
file in the projectThe default is in https://github.com/facebook/buck/blob/master/src/com/facebook/buck/android/NdkCxxPlatforms.java#L81
@winterDroid I worked around that by
ln -s arm-linux-androideabi-4.9 arm-linux-androideabi-4.8
as I couldn’t find where it specifies to use4.8