Reputation: 308
I get the following error while trying to build with Go mobile, fresh install with fresh NDK install. ANDROID_NDK_HOME is set, but it seems to not find a particular library.
Running on Mac.
gomobile: /Users/xxxx/Library/Android/sdk/ndk/23.0.7599858/toolchains/llvm/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-nm /var/folders/zc/4fqpckd56nz59k253rcj66380000gn/T/gomobile-work-456128244/lib/armeabi-v7a/libbasic.so: fork/exec /Users/xxxxx/Library/Android/sdk/ndk/23.0.7599858/toolchains/llvm/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-nm: no such file or directory
Upvotes: 1
Views: 253