Android Studio 1.1.0 doesn't see the tablet attached; Windows 7 can't find driver -


edit--problem solved! see end.

i turned on developer options tapping settings > general > device , tapping build number 7 times. turned on usb debugging via settings > general > developer options , checking usb debugging.

when first connected, tablet says connected media device not usb debugging connected. doesn't see , can't connect it.

device manager shows this:

enter image description here

the "portable device" tablet. it's shown in "other devices".

when have tried "update driver" cdc serial or samsung_android, i've been told "windows can't find driver software". cdc serial, told: enter image description here

i went http://www.samsung.com/us/support/owners/product/sm-t530nzwaxar , downloaded driver. installed. went , lists device long hex number , says "unauthorized".

enter image description here

the adb log has many identical messages: propertyfetcher: adbcommandrejectedexception getting properties device e4e2a688077e28d0: device unauthorized. please check confirmation dialog on device.

but there's no dialog on device.

now what?

edit , (trivial) solution:

unplug device usb connection , reconnect. confirmation dialog contains same hex number , asks if it's ok allow computer connect.

(p.s. when connected, particular device not announce "usb debugging connected" after announcing "connected media device", communicate it.)

(i swear tried once before posting. maybe not. or not in right order.)


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -