Skip to content
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 eframe #15

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

android eframe #15

wants to merge 1 commit into from

Conversation

cyb77
Copy link
Contributor

@cyb77 cyb77 commented Jul 23, 2024

Install xtask:
cargo install xbuild

Go into the geph5-client-gui folder, and execute:
x build --format apk --arch arm64 --platform android -r

The output would be in:
target/x/release/android/geph5-client-gui.apk

which you can move into your phone's root storage using:
adb push target/x/release/android/geph5-client-gui.apk /sdcard

and then install it from there.

Soft keyboard input doesn't work.

  • Possible solution: Implement a small on-screen keyboard in the app itself...?
  • Implement some way for the user to copy and paste from the system's clipboard

Credits:
https://github.com/expenses/android-eframe (inspiration)
https://github.com/ArthurBrussee/egui/tree/winit-update (WIP version of winit-v0.30 for egui)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant