-
Notifications
You must be signed in to change notification settings - Fork 20
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
Device Unauthorized when using IMG_TYPE=google_apis_playstore #2
Comments
@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. |
@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)The text was updated successfully, but these errors were encountered: