-
Notifications
You must be signed in to change notification settings - Fork 44
Support x86 emulator and Add press_keys、go_recent #39
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
base: master
Are you sure you want to change the base?
Conversation
duplicate issue #24 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this on macOS (M2 Silicon, ARM) and Windows 11 (x86), and it works perfectly.
By the way, it might be a good idea to include version information for the .so file, which was removed in this commit.
I also successfully ran it on the Windows 11 (x86) emulator without any issues. Thanks to the author! |
In my opinion, only the latest version of the .so is needed. The version of the .so can be obtained using the following command. |
close #34