I recently starting using Android Studio again and for some reason my app won't run on my mobile device.
I keep getting this error:
Waiting for device.
Target device: oneplus-a0001-d9e029e0
Uploading file
local path: C:\Users\FV\Desktop\ \Project1\app\build\outputs\apk\app-debug.apk
remote path: /data/local/tmp/com.fv4.project.oneLocal path doesn't exist.
I've synced the project with Gradle files and I have tried every solution in this popular StackOverflow post as well as solutions mentioned in some other posts. Nothing seems to work.
EDIT: Also, I watched this video here and there actually is no .apk file in the directory that the person pointed to. Maybe that's what the issue is? How do I fix that, if it is in fact the issue?
What else could I do to fix this issue?