Questions tagged [usb-debugging]

USB debugging enables Android developers to remotely control devices.

USB debugging (also called remote debugging) is an Android developer option. It facilitates operating mobile devices using a desktop computer.

It usually suffices to have an USB driver installed suitable for the device being debugged. Google Chrome is then used to inspect connected devices. Naturally, the “USB debugging” setting needs to be activated on the respective device. Another common means of accessing USB debugging options is ADB.

For further reading, see Remote Debugging Android Devices at Google Developers.

231 questions
1
vote
0 answers

Android studio doesn't recognize Zenfone2

I work on OSX. Android Studio couldn't see Zenfone2 via USB. According to the guidelines from the others, My phone already turned on developer mode and USB debugging. I also tried switching from MTP to PTP to MTP mode and it didn't work as…
Sirapat
  • 446
  • 2
  • 8
  • 13
1
vote
0 answers

Android Studio cannot find Android Box on Mac

I have an android box (Not a phone) and I need to connect it to Android Studio on my Mac. I can successfully connect a Motorola phone, but not this box. About the device: It is running Android 4.4.2 It is from a brand called Ghia It is running a…
1
vote
1 answer

Error:Execution failed for task ':app:transformClassesWithDexForDebug'. > java.lang.IllegalStateException: dx.jar is missing

I am new to Android Studio. I want to test my app in my mobile but it's showing that error. Error:Execution failed for task ':app:transformClassesWithDexForDebug'. > java.lang.IllegalStateException: dx.jar is missing I am using Windows 7 &…
Saket
  • 79
  • 1
  • 5
1
vote
2 answers

How can I connect my Sony Xperia C4 E5333 to Android Studio?

I want to connect my Sony Xperia C4 E5333 to Android Studio for debugging my app, but Android Studio does not show my phone in ADB window. I tried to install the USB driver for my phone but I can not find an USB driver for the E5333 model. In ADB, I…
user5620472
  • 2,722
  • 8
  • 44
  • 97
1
vote
1 answer

Asus ME 172v usb debugging in MAC

I am usingASUS Memo Pad ME172V. I am using Android Studio for application Development in MAC. When i am plugging my USB Cable in MAC,then my device is not getting listed in devices available for debugging. Can anyone provide any inputs on this?
Akshay Bissa
  • 109
  • 1
  • 10
1
vote
1 answer

How to set path for specific Android API in Visual Studio 2015 for using usb debugging

I am working with Xamarin and getting the following error while using usb debugging, Although the specifed API exists on my PC but still it is giving me the following error. How can I change the folder's path shown in error log to the actual path…
A. Sinha
  • 2,666
  • 3
  • 26
  • 45
1
vote
1 answer

debugging app at multiple devices at the same time - is it possible?

Is it possible to use one computer to debug two or more devices at the same time via USB? (App uses Bluetooth, so the ability not to share application through Google Drive after every fix would be brilliant)
1
vote
1 answer

Can't connect guest's adb to hardware device using usb passthrough Virtualbox

I can't debug in a hardware device using Virtualbox USB passthrough. I followed this tutorial (http://binglongx.com/2013/03/05/use-android-devices-for-guest-ubuntu-os-in-virtualbox-on-windows-7-host/) but no luck yet. On the last few steps it…
Rogério Peixoto
  • 2,176
  • 2
  • 23
  • 31
1
vote
1 answer

MIT App Inventor 2 aiStarter error?

When running aiStarter, I receive the following error: Bottle server starting up (using WSGIRefServer())... Listening on http://127.0.0.1:8004/ Hit Ctrl-C to quit. Shutdown... Traceback (most recent call last): File "", line 129, in…
James
  • 213
  • 1
  • 3
  • 13
1
vote
2 answers

XIomi redmi note adb usb debug drivers

I tried many ADB Driver Softwares of Xaiomi redmi note but i am unable to use USB-debugging mode while running a real app from android studio
Sourav Nanda
  • 1,729
  • 1
  • 11
  • 11
1
vote
1 answer

Android M Device loses authorization repeatedly

I'm running the Android M developer preview on a Nexus 5 and I keep running into an issue where my device loses its USB authorization over...and over...and over...and it's making it really difficult to continue testing. Has anyone experienced…
Reuben Tanner
  • 5,229
  • 3
  • 31
  • 46
1
vote
0 answers

USB debugging in lava-iris

I am developing a mobile app in android studio in ubuntu.To run my app in my mobile(lava iris) I have enabled developer option and also usb debugging options.When I try to run my app in the running device I could see that it shows the following…
1
vote
0 answers

Libgdx Android, failed to run projects in USB debugging mode

OK, I have been working on a couple of demo project with libgdx, but I did not have an android device at that time, so I could not test them. I recently bought a tablet and I decided to see if my projects ran on the device connected by USB. I…
larienna
  • 151
  • 4
  • 12
1
vote
2 answers

Unable to install OEM driver for android on windows 8.1

I am unable to install the OEM drivers for android debugging on windows 8.1 64 bit OS. I have done following steps so far. Downloaded the android usb drivers from SDK manager. Placed under D drive Android SDK directory. Enabled the USB debugging on…
kuldeep
  • 817
  • 10
  • 27
1
vote
1 answer

How to connect via USB debugging for Hannspad tablet 10.1" (HSG1279)

I am having issues with connecting my Hannspad tablet 10.1" (HSG1279) with my pc for USB debugging. When I run adb devices in cmd, it doesn't recognise the device. I have tried: Installing Universal ADB Driver Installed a number of recommended…
George Artemiou
  • 3,076
  • 2
  • 19
  • 36