appium / appium-docker-android

Appium Server setup to automate android testing on real devices
https://hub.docker.com/r/appium/
Other
585 stars 228 forks source link

ADB devices is not showing up #135

Closed roopajoshyam closed 2 years ago

roopajoshyam commented 3 years ago

Hi @SrinivasanTarget

docker exec -it container-appium adb devices List of devices attached

No device is listing here. I have done all the steps which is there in the documentation, still not able to see the list of devices. Please help me to resolve this.

I m using macOS catalina.

ghost commented 2 years ago

Not seeing devices also, using windows. Quick help will be appreciated. @budtmo

ghost commented 2 years ago

@roopajoshyam try running your container with the below command.

docker run -ti --privileged -v /dev/bus/usb:/dev/bus/usb -d appium/appium

budtmo commented 2 years ago

duplicated #140