I have Samsung galaxy S3 (Android version 5.1 , lollipop) , and I'm trying to run my app from the android studio program directly , when I run the app it got stuck on waiting for device .
Example :
Waiting for device. Target device: samsung-gt_i9300-4df1db2279965f65
Uploading file local path: C:\Users\AmirMat\AndroidStudioProjects\Chat\app\build\outputs\apk\app-debug.apk
remote path: /data/local/tmp/com.chat.amirmat.chat
It looks like that its trying to upload the file to the device but noth is happening .
The Android debugging mode is on , (adb is on). ADB over network also on .
I have tried to re-plug the device , and remains same problem . At the logcat I can see that the device is defined .
Can anyone help me with this issue ?