appium / appium-docker-android

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

Appium docker with REMOTE_ADB=true does not work any more #151

Closed mikk150 closed 1 year ago

mikk150 commented 1 year ago

since tag v1.22.3-p3 REMOTE_ADB=true does not work any more since

budtmo commented 1 year ago

Hi @mikk150 ,

as I dont use REMOTE_ADB, could you share the logs?

mikk150 commented 1 year ago
mikk@mikk-thinkpad:~$ docker run -it -e REMOTE_ADB=true -e ANDROID_DEVICES=devicename --rm appium/appium:v1.22.3-p4
Prepare adb to have access to device
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached

adb can be used now
Connect device via wireless
./appium-docker-android/start.sh: line 12: .//home/androidusr/appium-docker-android/wireless_autoconnect.sh: No such file or directory
[Appium] Welcome to Appium v1.22.3
[Appium] Non-default server args:
[Appium]   logFile: /var/log/appium.log
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
budtmo commented 1 year ago

Hi @mikk150 ,

I just released a new version v1.22.3-p4 and it should fix your issue as I have already tested the remote connection locally and it works. I will close the issue and feel free to reopen it if the issue still there