Can`t run a local app on SauceLab emulator

Hi Guy
I have download the TheAPP.apk file to my PC, the run it on a android emulator, and it occurred an expected error. (Other local app package is not working too)



but if I run the TheApp.ipa which is from UiPath server, it can run successfully

The Appium server from SauceLabs runs on their servers, inside their network. They can’t access your local file system.
You must either upload the app to their server ( Mobile App Storage | Sauce Labs Documentation ) or upload the app to a public location that can be accessed by their Appium server.

do you know the app path format? if I have upload the file to SauceLab

According to their docs, there are 2 options:

File names are not unique and SauceLabs will use the latest version. The id is more predictible (you can get the Id in the App Management page, click on the cog to the right of the uploaded app).

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.