Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NDK 23 missing *-ar tools #38

Closed
JJChill opened this issue Nov 9, 2021 · 2 comments
Closed

NDK 23 missing *-ar tools #38

JJChill opened this issue Nov 9, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@JJChill
Copy link

JJChill commented Nov 9, 2021

I'm getting the following error because NDK 23 doesn't seem to have the *-ar tools available. Using NDK 22 is fine.

error occurred: Failed to find tool. Is /Users/<user>/Library/Android/sdk/ndk/23.1.7779620/toolchains/llvm/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-ar installed?

@bbqsrc bbqsrc added the bug Something isn't working label Nov 9, 2021
@codyps
Copy link

codyps commented Nov 16, 2021

It looks like it's location moved to ..../ndk/23.1.7779620/toolchains/llvm/prebuilt/darwin-x86_64/bin/llvm-ar or similar. Should be possible to tweak things to pick llvm-ar if it exists.

@bbqsrc
Copy link
Owner

bbqsrc commented May 7, 2022

Fixed in March.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants