You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
Right now, cargo-apk seems to only support building on Linux, macOS, or Windows; attempting to use under Android itself results in an "Unknown or incompatible host" error. This appears to be due to a case-by-case "target os," i.e. host os as far as the Rust compiler is concerned, test in build.rs. It may be sufficient just to add a check for android that does no transformation.
Alternatively, I suggest please looking into what would be involved in supporting Termux under Android in its own right, but that probably involves more work to understand how Termux lays out, e.g. the header and library locations of the relevant materials from the NDK, etc.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, cargo-apk seems to only support building on Linux, macOS, or Windows; attempting to use under Android itself results in an "Unknown or incompatible host" error. This appears to be due to a case-by-case "target os," i.e. host os as far as the Rust compiler is concerned, test in build.rs. It may be sufficient just to add a check for android that does no transformation.
Alternatively, I suggest please looking into what would be involved in supporting Termux under Android in its own right, but that probably involves more work to understand how Termux lays out, e.g. the header and library locations of the relevant materials from the NDK, etc.
The text was updated successfully, but these errors were encountered: