-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android support #52
Comments
Android support is in scope. It looks like the relevant documentation is here. |
@torkleyy I would love this too (I use a tablet with Termux when Im away from my PC), much better than a laptop! @aweinstock314 there is no need to find any Rust/Android APIs, Termux provide these via its
The two above values are all we need added! 👍 It would be really appreciated! (I found a beautiful text editor but it uses this utility so I am currently unable to copy/paste). Plus, it would close this (3 year old) issue too 👍 Here is a utility I use (for some reference), its written in Rust, provides a cross-platform clipboard-cli (that includes Android/Termux), hope it helps: https://github.com/yaa110/cb THANK YOU! |
I have implemented it. Please take a look: #87 |
I've tried to build a project for Android and it tried to link to
xcb
. Turns out this library depends on xcb :)Is Android support planned and if not, could we add a
compile_error!
if the target platform is Android?The text was updated successfully, but these errors were encountered: