You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: