-
The log is clear, I'm using Fedora 42 and of course bash. There was no such problem in Ubuntu... For more details, here are the contents of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You should not be building from within the NDK's install directory. It's no longer possible to reason about the behavior of the NDK after you've written to the install directory. Uninstall and reinstall your NDK, then move your source to a separate directory, and run |
Beta Was this translation helpful? Give feedback.
You should not be building from within the NDK's install directory. It's no longer possible to reason about the behavior of the NDK after you've written to the install directory. Uninstall and reinstall your NDK, then move your source to a separate directory, and run
ndk-buildfrom that directory, not from the install directory. Our getting started guide can be found here: https://developer.android.com/ndk/guides