You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do "adb kill-server" error:
Crashed in non-app: file_impl.dart in _RandomAccessFile.writeFromSync
process_run.dart in runExecutableArguments. at line 152:14 within process_run
Called from: zone.dart in _RootZone.runUnaryGuarded
FileSystemException
FileSystemException: writeFrom failed, path = '' (OS Error: 句柄无效。
, errno = 6)
The text was updated successfully, but these errors were encountered:
Not sure on which platform you are running (mac, linux, win), if you are using flutter or plain part and which version of process_run you use (0.12.3+2 ?). And since you don't share any code it is hard to do any investigation. The following dart app work well for me (assuming adb is in your path):
do "adb kill-server" error:
Crashed in non-app: file_impl.dart in _RandomAccessFile.writeFromSync
process_run.dart in runExecutableArguments. at line 152:14 within process_run
Called from: zone.dart in _RootZone.runUnaryGuarded
FileSystemException
FileSystemException: writeFrom failed, path = '' (OS Error: 句柄无效。
, errno = 6)
The text was updated successfully, but these errors were encountered: