Open lucasaas98 opened 1 year ago
@lucasaas98 Did you ever figure this out? I am having the same issue, cannot get ADB to connect with authentication. I have copied the ADB keys and I have tried manually marking SKIP_AUTH = true
@lucasaas98 Did you ever figure this out? I am having the same issue, cannot get ADB to connect with authentication. I have copied the ADB keys and I have tried manually marking SKIP_AUTH = true
@faprobst nope, didn't even bother to try
I had the same symptom, so I googled it and found that the problem was caused by adbkey mismatch. When I ran scrcpy with the -v /root/.android /root/.android option, scrcpy was executed.
I had the same symptom, so I googled it and found that the problem was caused by adbkey mismatch. When I ran scrcpy with the -v /root/.android /root/.android option, scrcpy was executed.
@PracticeofEno May I ask how can you connect using scrcpy? I have the same issue, even with pre-build docker image with mounted keys. I'm not sure what do you mean when you ran scrcpy with -v option
Issue
I am following the readme as I am interested in creating an android emulator with playstore. The idea is that I would be able to run
scrcpy
to check the output. However, I keep getting the following error:and with scrcpy:
Steps followed:
docker run -it --rm --device /dev/kvm -p 5555:5555 android-emulator
Problems found
scrcpy
says:And following their docs it says we can connect via usb to solve this with the flag
--otg
or we need to accept it in the device. In this case there is no device because it's an emulator.The questions
scrcpy
with--otg
and connect that way? (it won't work if USB debugging isn't enabled by default)