We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fyne-io
andydotxyz
Jacalz
dweymouth
toaster
Learn more about funding links in repositories.
Report abuse
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
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.
nm
llvm-nm
The text was updated successfully, but these errors were encountered:
Don't use the toolchain name for nm, they were removed
e45afb4
Fixes fyne-io#2498
f346fc2
Fixes #2498
Resolved on develop for v2.1.1
develop
Sorry, something went wrong.
No branches or pull requests
As reported by a few users the latest Android NDK cannot build. The current fix is to downgrade to 21.
Error:
It seems they removed the arch specific
nm
, thellvm-nm
is now used instead.The text was updated successfully, but these errors were encountered: