I'm having trouble getting an Android app that I developed working on my phone. (Android Studio
on Windows 7
trying to run the app on Samsung Note 3
running Android 5.0
)
Here's what I've done so far:
USB debugging
and allowed unknown sources
Google USB Driver
updating the driver
for the phone but no updates were availabledebugging
in the build.gradle
fileand yet it is still returning Error running app: No target device found
I have also tried the dialog option for when I run the app but that says No USB devices or running emulators detected
Is there anything I have missed?
Thanks in advance!