Android Studio never finishes uploading app to the Nexus 10

Viewed 573

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 :)

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.

Related