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

“No such file or directory” error on Android 13 #145

Open
HongheZ opened this issue Dec 10, 2022 · 2 comments
Open

“No such file or directory” error on Android 13 #145

HongheZ opened this issue Dec 10, 2022 · 2 comments

Comments

@HongheZ
Copy link

HongheZ commented Dec 10, 2022

Hello, when I used DroidBot on Android 13 devices, it shows this error:

INFO:Device:waiting for device
ls: /data/local/tmp/minicap-devel: No such file or directory
ls: 2>/dev/null: No such file or directory
WARNING:Device:push_file file does not exist: d:\pycharm\project\droidbot\droidbot-master\droidbot\resources\minicap\jni\libs\android-33
\arm64-v8a\minicap.so
Traceback (most recent call last):
  File "d:\pycharm\project\droidbot\droidbot-master\droidbot\droidbot.py", line 139, in start
    self.device.set_up()
  File "d:\pycharm\project\droidbot\droidbot-master\droidbot\device.py", line 143, in set_up
    adapter.set_up()
  File "d:\pycharm\project\droidbot\droidbot-master\droidbot\adapter\minicap.py", line 83, in set_up
    device.push_file(local_file=minicap_so_path, remote_dir=self.remote_minicap_path)
  File "d:\pycharm\project\droidbot\droidbot-master\droidbot\device.py", line 756, in push_file
    self.adb.run_cmd(["push", local_file, remote_dir])
  File "d:\pycharm\project\droidbot\droidbot-master\droidbot\adapter\adb.py", line 68, in run_cmd
    r = subprocess.check_output(args).strip()
  File "D:\Python\lib\subprocess.py", line 411, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,

Would you please tell me how to solve this error? Thank you!

@pubeier
Copy link

pubeier commented Dec 10, 2022 via email

@HongheZ
Copy link
Author

HongheZ commented Dec 10, 2022

Hello, thank you for your answer! Are there any future updates planned to make Droidbot support Android 13? I know that Doridbot now supports Android 12.

您好,谢谢您的回答!未来Droidbot是否会有支持Android 13的更新计划?我知道Doridbot现在已经支持Android 12了。

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

No branches or pull requests

2 participants