Incorrect appium-uiautomator2-server .apk referenced in Appium 1.20.2
See original GitHub issueI’m trying to run tests with the c# client using Appium server 1.20.2, and the following error happens:
An unknown server-side error occurred while processing the command. Original error: The file at '/usr/local/lib/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.15.0.apk' does not exist or is not accessible
I checked the directory and the specified apk is not there(appium-uiautomator2-server-v4.15.0.apk
). The apk that i found is appium-uiautomator2-server-v4.17.4.apk
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Fail to use 2 instances of Appium for 2 USB connected ...
Works fine in same setup if only 1 device connected via USB. e.g. still 2 instances of Appium, but 1 device connected, and...
Read more >Troubleshooting - Appium
Tests on iOS may exhibit symptoms similar to a memory leak including sluggish performance or hangs. If you experience this problem, it's likely...
Read more >Fail to use 2 instances of Appium for 2 USB connected ...
Works fine in same setup if only 1 device connected via USB. e.g. still 2 instances of Appium, but 1 device connected, and...
Read more >Checking whether aapt is present hits error while getting ...
I have put this code into a file called AppiumTest.js ... -driver\uiautomator2\appium-uiautomator2-server-v0.1.8.apk: Invalid file.
Read more >Supported Platforms - Appium
Please refer to these driver docs for setup instructions. Versions: 12.2 and up (as a rule, Appium supports the latest two iOS versions);...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll keep trying, has to be something on my end if it works for you, thanks for help! 😃
@szymon-kazmierczak, have you found a solution? I faced with the same problem on Appium server 1.22.2 (installed with npm 8.3.1)