java.io.IOException: You specified an android NDK, but it doesn't contain /home/andriy/.gluon/substrate/Android/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin/ld.lld #6
Unanswered
plokhotnyuk
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@plokhotnyuk : It looks as if you installed NDK separately from GraalVM? If yes, you may try to remove it and let GraalVM do the whole work. Or maybe you can try to follow hints from this article: https://www.graphhopper.com/blog/2020/04/14/experiments-with-graalvm-native-images-2-2/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When building
HelloFXML
package for Android I got the following error and haven't found any solution so far:Beta Was this translation helpful? Give feedback.
All reactions