Hello I am having this error
Uploading file
local path: C:\Users\myuser\AndroidStudioProjects\Myapp\build\classes\debug\Myapp.apk
remote path: /data/local/tmp/mypackage
Local path doesn't exist.
when uploading to my device. I see that Myapp.apk gets created in apk folder as it should be. But Android Studio tries to upload from classes\debug\
Do you know how to sort it out? Thanks