upload-rust-binary-action
upload-rust-binary-action copied to clipboard
Generating an Andriod executable for rust application
Hi, I am exploring the package and was wondering how to generate executable that can run on Andriod for a open source project https://github.com/qdrant/qdrant Not many resources are available Can anyone provide steps for the same
Any leads in this matter, will be highly appreciated
Do you mean that the normal way of cross-compiling didn't work? (cross supports android)
Yes, it is not supported normally
Ok. I would accept a PR to add support for the new cross-compilation tool. See https://github.com/taiki-e/upload-rust-binary-action/pull/50 for an example of adding support for the new cross-compilation tool.