runtimeERROR
File "/usr/lib/python2.7/site-packages/adb/device.py", line 77, in install self.push(path, dest) File "/usr/lib/python2.7/site-packages/adb/device.py", line 53, in push sync_conn = self.sync() File "/usr/lib/python2.7/site-packages/adb/command/transport/init.py", line 36, in sync conn.send(cmd) File "/usr/lib/python2.7/site-packages/adb/connection.py", line 77, in send return self._check_status() File "/usr/lib/python2.7/site-packages/adb/connection.py", line 83, in _check_status raise RuntimeError("ERROR: {} {}".format(repr(recv), error)) RuntimeError: ERROR: u''
The program often reports this error when I was installing a app. But I have no problem using the ADB command。 Is there a problem with the synchronization module? thanks.
Hi bigbai-ing:
Could you provide me the details about
- OS system
- adb version
- android version
- android device name
- python version
- ppadb package version
Thanks
same runtimeError: ERROR: ''