I\'ve been developing an Android Application for Android
(SDK min version 14) and I have testing it normally with tablets such as Samsung Galaxy 2 and Nex
For ubuntu machine select the transfer option and device will detected in android studio as well as for debugging. Generally device is at charging state for windows but for ubuntu this is how it works.
Also many a times device is not detected , do the same thing again.
I had the same problem.
I solved it by opening my Android device Settings, then selecting "Turn off" then "Turn on" for USB Debugging.
I had the same problem. I resolved this by doing
2.Open terminal for(ubuntu user) or open cmd(window user)
3.type command "sudo adb kill-server"
4.Go to android studio,then reconnect the device.
Sometimes in Linux (Centos 6 in my case) the reason can be that you didn't started Android Studio as the root user. please restart android studio as the root user and try it!
Needed MTP mode, but it does not come up under the USB side. In the storage setting on the menu bar item you get to set the PC connection type as ... MTP.
check processes running, i had several adb processes running and i think this was screwing things up for me. Kill them all then restart Studio. HTC Sync Manager, GenyMotion etc and possibly when you have multiple Android Studio windows open can result in multiple conflicting adb processes.