vidstige / jadb

ADB Client in pure Java.
Apache License 2.0
640 stars 178 forks source link

screencap not pulling and working #149

Open edison245 opened 2 years ago

edison245 commented 2 years ago

Sometimes the screencap is failing. Sometimes the screencap result is not being pulled.

device.executeShell("screencap /sdcard/Pictures/abc.png"); device.pull(new RemoteFile("/sdcard/Pictures/abc.png"),new File("t.png"));

vidstige commented 9 months ago

Do you get an error message or similar?