Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio never finishes uploading app to the Nexus 10

I have a Nexus 10 and i decided to start learning Android. I installed Android Studio, turned the USB Debugging on and it shows in the Android Studio, but when I try to debug an app, it says:

    Waiting for device.
Target device: samsung-nexus_10-R32D100GNFL
Uploading file
    local path: C:\Users\Kamen\AndroidStudioProjects\MyApplicationProject\MyApplication\build\apk\MyApplication-debug-unaligned.apk
    remote path: /data/local/tmp/com.some.myapplication

It never finishes the upload, just stays this way for hours and hours.

When I try the same with my Samsung Galaxy Ace 2, it starts debugging right away.

Please help :)

like image 252
user3070298 Avatar asked Oct 21 '22 19:10

user3070298


1 Answers

Try one or two other different USB cables. We see this problem happen a lot and a different cable sometimes helps. I'm not entirely sure why this is; different devices have different USB hardware and software and can sometimes be surprisingly picky.

like image 165
Scott Barta Avatar answered Oct 24 '22 17:10

Scott Barta