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
0
votes
0 answers

Android device is shown as a portable device in windows 7 machine,

Android device is shown as a portable device in windows 7 machine,therefore I'm unable to do usb debugging. The android device is a Zigo tablet.
dGayand
  • 599
  • 1
  • 7
  • 15
0
votes
0 answers

USB Debugging hang (Android Studio Android 6)

I´m new with programming with Android Studios. I try to debug my application. It starts but it hang with in the process "Installing APK". The processbar in the statusline on the bottom of the screen from AndroidStudios (version 2.2.3) did not go…
Weber
  • 1
  • 1
0
votes
1 answer

Implementation of GestureDetectorCompat

I have implemented a few gesture and touch control methods, But for some reason the app is installed but it doesnt seem to work. i.e the text doesnt change from the default one. I am using an actual device connected to my pc( testing via usb…
supersayan
  • 13
  • 5
0
votes
0 answers

Android device goes offline during debugging

I start application from Android Studio. After that application starts on device, but a few seconds later device goes offline and disappear from Android Studio, it is shown as OFFLINE device with its serial number. Application is running on device,…
appkovacs
  • 97
  • 1
  • 1
  • 9
0
votes
1 answer

Android USB Debugging is not working on my phone as the application isn't installing on my phone

I recently bought a phone Coolpad Note 3 Lite and enabled USB Debugging on my phone. When I run the application on Android Studio on Ubuntu it can recognise my device as you can see in this picture: But once the gradle build is completed then the…
0
votes
2 answers

Debug application on real device

I followed this link https://developer.android.com/studio/run/device.html to debug apps from android studio on my device infinix zero 2, Android studio does not connect with my phone, I cannot find any usb driver to my phone, any help please.
Tefa
  • 328
  • 1
  • 4
  • 15
0
votes
1 answer

USB Debugging setting is disabled (Samsung Galaxy S6 Edge)

Can someone tell me, why the setting to enable "USB Debugging" is disabled and how I can enable it? Here is a screenshot of my settings page. Settings My Phone is a Samsung Galaxy S6 Edge with the Android version 5.1.1
patwis
  • 136
  • 1
  • 13
0
votes
1 answer

No Usb confirmation dialog on mobile running Marshmallow

With my recent upgrade to Marshmallow on Note 4 I cant install apps from Android studio. I do not have the option to revoke authorization from developers options. This is the error I get.I have connected my usb as "Transferring media…
Pannam T
  • 389
  • 7
  • 20
0
votes
1 answer

get ERROR_CAMERA_ALREADY_IN_USE when usb debugging on my Nexus 5 with libstreaming

I am trying to use libstreaming library to stream my phone camera output. I built my app based on the Example 3. But I just keep getting this ERROR_CAMERA_ALREADY_IN_USE exception when usb debugging with my Nexus 5 (with Android 6.0.1). I tried…
wwood
  • 489
  • 6
  • 19
0
votes
1 answer

Android USB debug not listing in "Device choser" mac os android studio 1.4.1

I had a Android studio 1.4(mac os) and was working on my USB device connected. It was working fine for many days. But i downloaded a project which was done in Android 1.5 preview version and imported a project. Gradle asked me to sync to latest…
Nasir
  • 708
  • 2
  • 11
  • 28
0
votes
0 answers

Flash Android Device which is not switched on

I want to flash OS in my Nexus5 device. I know all the commands : flashboot etc. But the problem is that my device is not booting up, i.e. not getting switched on. Unless I reach the settinngs > enable USB debugging, the device wont show in the…
S P
  • 854
  • 4
  • 10
  • 21
0
votes
3 answers

Android Studio or ADB.exe won't detect device

I have recently bought a HTC Nexus 9 tablet for the purpose of USB debugging in Android Studio. This process works on other computers at university but I cannot get it to work properly from my home system,which is what I require. I have tried every…
ojhaley
  • 1
  • 2
0
votes
0 answers

inputstream returning correct message while debugging, but not while running directly

I am working on a bluetooth application which receives data from some device. When I am using 'Debug' option from Android studio and debugs through the application, I get proper response, but as soon as I remove breakpoints the messages are received…
Ali_Waris
  • 1,944
  • 2
  • 28
  • 46
0
votes
2 answers

vodafone smart first 6 usb debugging

I have a Vodafone smart first 6 phone, that I want to debug over bluetooth. I have turned on usb debugging at developer options and also allowed mock locations. I downloaded the usb driver for it from…
bendaf
  • 2,981
  • 5
  • 27
  • 62
0
votes
2 answers

Remote debugging android application

I have a device that is located in remote area, i have to debug the application that is installed in that device, it is possible to remotely debugging the application, if yes please help me out. Best Regards, PLP
parthi
  • 115
  • 1
  • 2
  • 8