Skip to content

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

yabi-zzh
Copy link

close #34

@XixianLiang
Copy link

duplicate issue #24

Copy link

@XixianLiang XixianLiang left a 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.

@dylxjtu
Copy link

dylxjtu commented Apr 19, 2025

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!

@yabi-zzh
Copy link
Author

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.

In my opinion, only the latest version of the .so is needed. The version of the .so can be obtained using the following command.
cat agent.so | grep -a 'UITEST_AGENT_LIBRARY'
The key term is: "UITEST_AGENT_LIBRARY"
Alternatively, a separate .txt file can be used to record the current version of the .so file.

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.

使用虚拟设备报错
3 participants