Issue with device.sync.push
Resulting in AdbError: FAIL
#101
Labels
enhancement
New feature or request
device.sync.push
Resulting in AdbError: FAIL
#101
Hello, guys,
I've encountered an issue with
adbutils
while working on a script that involves pushing a file to an Android emulator. The specific method that's causing trouble isdevice.sync.push
. Despite successful execution of the same command viaos.system()
, thedevice.sync.push
method results in anAdbError: FAIL
exception.Environment:
Issue Description:
The script is intended to clone the
minitouch
repo, build it, and then push theminitouch
binary to an emulator. Theos.system()
method successfully pushes the file using theadb push
command. However, when attempting to do the same withadbutils
, it results in an error.Here is the relevant part of the script:
The error encountered is as follows:
Attempts to Resolve:
I'm unsure why
device.sync.push
is failing whileos.system()
succeeds. Any insights or suggestions would be greatly appreciated.Thank you for your time and assistance.
Best regards,
Yucheng Song
The text was updated successfully, but these errors were encountered: