Open edison245 opened 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"));
Do you get an error message or similar?
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"));