upload-rust-binary-action icon indicating copy to clipboard operation
upload-rust-binary-action copied to clipboard

Generating an Andriod executable for rust application

Open harshakhmk opened this issue 11 months ago • 3 comments

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

harshakhmk avatar Feb 29 '24 13:02 harshakhmk

Do you mean that the normal way of cross-compiling didn't work? (cross supports android)

taiki-e avatar Mar 01 '24 14:03 taiki-e

Yes, it is not supported normally

harshakhmk avatar Mar 05 '24 04:03 harshakhmk

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.

taiki-e avatar Mar 05 '24 15:03 taiki-e