This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

Hi,

I am jr users for appium. I followed the basic tutorial (http://appium.io/docs/en/about-appium/getting-started/index.html12) as a starter however I cannot set app: “/path/to/the/downloaded/ApiDemos.apk” property on opts object for real device. All the time, server claims that “The application does not exist or is not accessible”.
Could you give me any example of the apk path for real devices ?

Best Regards,

  • created

    Sep '18
  • last reply

    Sep '18
  • 1

    reply

  • 411

    views

  • 1

    user

  • 1

    link

I solved the issue. I gave path of the generated debug apk file which is located on my development computer and then the application will started on real device.

path example : /Users/Foo/BarApp/app/build/outputs/apk/debug/app-debug.apk