How can we find apk path on real device?

Hi,

I am jr users for appium. I followed the basic tutorial (http://appium.io/docs/en/about-appium/getting-started/index.html) 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,

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