usb-debugging

Eclipse wont recognize my android tablet when I try to test my app?

谁说胖子不能爱 提交于 2019-12-01 23:21:49
问题 Recently I bought a new android tablet (a no-name Chinese tablet), and I'd like to test an application I'm developing on it. However, when I try to run it through Eclipse, it won't recognize my tablet (the debugging mode is enabled on the tablet). When I have the select device dialog I see Serial Number : ??????????? AVD Name : N/A Target : unknown Debug : State : ?? I'm running Linux Mint. What should I do? 回答1: On Linux, you have to add an udev rule for your tablet. For instance: #cat /etc

Eclipse wont recognize my android tablet when I try to test my app?

泪湿孤枕 提交于 2019-12-01 21:49:23
Recently I bought a new android tablet (a no-name Chinese tablet), and I'd like to test an application I'm developing on it. However, when I try to run it through Eclipse, it won't recognize my tablet (the debugging mode is enabled on the tablet). When I have the select device dialog I see Serial Number : ??????????? AVD Name : N/A Target : unknown Debug : State : ?? I'm running Linux Mint. What should I do? On Linux, you have to add an udev rule for your tablet. For instance: #cat /etc/udev/rules.d/51-android.rules SUBSYSTEM=="usb", SYSFS{idVendor}=="0502", MODE="0666" you can use lsusb in

My Galaxy S6 Edge cannot connect to Android Studio via USB Debugging

此生再无相见时 提交于 2019-11-29 13:50:48
问题 When I plug my Galaxy S6 Edge into my computer, Android Studio does not recognize it as an available USB device. I've tried to download a USB Driver update and I have USB Debugging checked on my phone, but nothing is working. What else do I need to do in order to run my app on my phone? 回答1: If your settings (S6 USB debugging, driver, Android Studio) are correct, you might try the following: (On phone) turn USB Debugging OFF Connect S6 to USB Click on the notification "connected as MTP device

Cannot see Nexus 6P for debugging

自作多情 提交于 2019-11-27 14:48:43
问题 I'm using Windows 10, a Dell XPS 13, and v1.4.1 of Android Studio. I have SDK Tools 24.4.1 installed as well as Google USB Driver 11. # On the phone I have USB debugging enabled and can see the device in File Explorer (i.e. documents, pictures, etc.). But the device never shows up using adb devices , nor in Android Studio. I've never had this much trouble getting an Android device debugging before, but I don't know if it's Marshmallow or the Nexus 6P that's to blame. More importantly, I've no

Chrome's remote debugging (USB debugging) not working for Samsung Galaxy S3 running android 4.3

末鹿安然 提交于 2019-11-27 10:04:49
Ever since I upgraded my Samsung Galaxy S3 to android 4.3 (from 4.1.2) I am unable to use Chrome's remote debugging for android (more details here ). I have the developer options and USB debugging enabled on my phone, and this worked perfectly fine on android 4.1.2. Now, when I connect my phone to my PC, it simply connects as a media storage device and is not discovered as a USB device by chrome. I am ruling out any problems with chrome as I could USB debug with a Google Nexus4, also, looking at some other thread (here and elsewhere) it seems to be a problem with Samsung's 4.3 upgrade. Any