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

Android -nm tool not found with NDK 23 #2498

Closed
andydotxyz opened this issue Sep 22, 2021 · 1 comment
Closed

Android -nm tool not found with NDK 23 #2498

andydotxyz opened this issue Sep 22, 2021 · 1 comment
Assignees

Comments

@andydotxyz
Copy link
Member

As reported by a few users the latest Android NDK cannot build. The current fix is to downgrade to 21.
Error:

$ ANDROID_NDK_HOME=~/Android/Sdk/ndk/23.0.7123448/ fyne package -os android -appID com.example.myapp -icon ./../fyne_settings/Icon.png 
/home/###/Android/Sdk/ndk/23.0.7123448/toolchains/llvm/prebuilt/linux-x86_64/bin/arm-linux-androideabi-nm /tmp/gomobile-work-124400139/lib/armeabi-v7a/libfyne_demo.so: fork/exec /home/###/Android/Sdk/ndk/23.0.7123448/toolchains/llvm/prebuilt/linux-x86_64/bin/arm-linux-androideabi-nm: no such file or directory

It seems they removed the arch specific nm, the llvm-nm is now used instead.

@andydotxyz
Copy link
Member Author

Resolved on develop for v2.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant