-
-
Notifications
You must be signed in to change notification settings - Fork 11k
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
adb push error #12
Comments
Currently, it does not work over What if you use it over usb instead? |
Are you sure that adb is in PATH? |
More specifically, the issue causing is that exec expects your PATH to be fully expanded. Apparently, tilde expansion is a feature of the shell. Here are two workarounds that work for me:
|
Absolutely.
Yes, that's a requirement.
I think this should not change anything: if |
On my machine (whose PATH contains "~/Android/Sdk/platform-tools") |
OK, that's weird. On my Debian, I have the reverse behavior: mkdir z
echo 'echo ok' > z/blabla
chmod +x z/blabla
export PATH="~/z:$PATH"
|
Yeah - my point is that |
Yes, but this surprises me.
IMO |
TIL. I just tried this out on Debian and I'm getting the same result as you. It looks like this is because Debian uses its own implementation of |
I installed the last version with
When I tried to use scrcpy with my mobile phone I got the error message
The adb command seems to work.
My phone is an Oneplus One (bacon) running LineageOS 14.1-20180128
The text was updated successfully, but these errors were encountered: