-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Abort error #390
Comments
Is your device running Android >= 5.0? |
Android version: 8.0.0 |
The Are there any relevant logs in the output of |
I tried typing |
(in another terminal, run |
I did, adb logcat hung. |
OK, something is wrong with the device then. What about |
'adb devices' displays my single device. |
I met the same 'Abort' error on my Android 8. Not sure your root case, for mine, the reason is because no permission to upload scrcpy_server.jar to /date/local/tmp folder on Android 8 device. So I change the path to somewhere like /sdcard/, then it works. Hope it helps. BTW, I guess Google may not allow to push file to /data/local/tmp on latest Android version. Why not put scrcpy_server.jar in an APK and publish to Play Store? |
How do you change the path? |
Turns out this was my issue: #268 Steps to fix (Windows):
Thanks all for those who helped me above. |
I had the same issue, after I copied the scrcpy-server.jar file to c:/users/myProfile. |
Tried and worked. No need to restart computer btw. |
For good measure. 😆 If @rom1v could fix this and/or post an update to this, that'd be great. |
@ryalia44 I have no idea how |
@ryalia44 hope this helps. thank you everyone. cheers ;) |
Now, I know: #278 (comment) |
@ryanliang88 your suggestion works for me. thanks. |
I'm getting an Abort error similar to the previous issues but I have no idea how to fix it:
Via USB, all I'm seeing when I run 'scrcpy' from with fresh copies is (USB Debugging enabled & authorized)
cmd:
scrcpy-server.jar: 1 file pushed. 1.2 MB/s (19178 bytes in 0.016s)
Aborted (Hangs until Ctrl-C)
I'm running everything in a new extracted folder.
Not the same issue as #315
The text was updated successfully, but these errors were encountered: