Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio running app on Samsung Galaxy S3 hangs at Uploading file

My app with only one activity runs perfect on all emulators including the Samsung Galaxy S3 emulator provided by Genymotion. I am using the Android Studio.

When I hook up my real Samsung Galaxy S3 to my computer it reads the device correct and it is online with all the correct developer options. It's correctly listed by adb as "device".

I am targeting the correct API (18) for my device I believe, android 4.3

This is where it gets "stuck" and nothing happens on the real device:

Screenshot

like image 477
SteveGSD Avatar asked Mar 17 '14 19:03

SteveGSD


2 Answers

I had problem such that with the N10 tablet. It was caused by bad quality USB port/cable. Problem dissapeared when I connected cable to the mainboard USB instead chassis one.

like image 65
piotrpo Avatar answered Nov 13 '22 20:11

piotrpo


I'm not sure why you're getting that certain error, but you can install the app on your phone by using Build->Generate Signed APK, then emailing yourself the APK, and downloading it on your phone. Also, a reboot might fix the "stuck" part.

like image 27
ElectronicGeek Avatar answered Nov 13 '22 19:11

ElectronicGeek