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
2 answers

Application project wont run/debug over device

I'm building an android app using Eclipse, and when I want to run/debug it on my android device, it wont run, even if it is just a "hello word" project. The information shown on console tab is: "Installation failed due to invalid APK file!" I'm…
0
votes
1 answer

audiosonic t-17b eclipse debug driver

i bought a tablet a few weeks ago: (audiosonic t-17b) I have tried to find the drivers to debug my app from eclipse. as far as i can tell, audiosonic don't have a website or any way for me to contact them about finding the drivers does anyone know…
robk
  • 3
  • 3
0
votes
0 answers

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

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…
undefined
  • 35
  • 7
0
votes
1 answer

Setting up development Environment for android mini PC

I am trying to deploy a demo app to android mini pc MK 809II, but eclipse is not able to detect the device. I am running Windows 7 32bit and using eclipse juno for application development. I have tried to follow following links but nothing has…
r4jiv007
  • 2,974
  • 3
  • 29
  • 36
0
votes
5 answers

Nexus4 USB Debugging Issue

I have a nexus4 and in developer options I switched on USB debugging. After I connect it to my PC and press run from eclipse to test the app on my phone the app does not run! The window shows the option only of them emulator but not of Nexus4 I…
Kevin Desai
  • 317
  • 3
  • 22
0
votes
2 answers

Samsung Galaxy Ace Debugging Mode not showing on Window 7

I am facing a very strange problem on my mobile, I have turned on Debugging mode, but still when i try to connect it with laptop it is not showing any option, only it shows usb mass storage. I am using Window 7 operating system and Mobile model is…
Manish Goyal
  • 700
  • 1
  • 7
  • 17
-1
votes
0 answers

Flutter USB Debug issue

I am trying to run my flutter application on my Redmi Note 12 and I am getting a little blank screen overlay at the bottom of the screen I tried downgrading my flutter version from 3.10.6 to 3.10.0 but still the same issue.
-1
votes
1 answer

Failed to do authentication on physical phone. but it is run perfectly in my emulator

I have added firebase authentication to my flutter project. and when it is running on the emulator. it is perfectly run on it with authentication feature(Login and sign in both are working fine). but when I use it with my real mobile phone using USB…
-1
votes
1 answer

Xamarin android crashing off debugging

I am creating a Xamarin android application it worked fine for a long time but now it is crashing when I run it without a debugger attached (installed on device) and working fine while debugging with visual studio (connected to the laptop). What…
Asad Ullah
  • 465
  • 4
  • 10
-1
votes
1 answer

Device not showing in android studio

I am using android studio 3.3.2 and try to test the app on mobile device. I am using haweii mobile. i try to find the solution but nothing help me. I found a lot if solutions on stack but these solutions did't work? Is there any one who could help…
Shayan Aslam
  • 43
  • 10
-1
votes
2 answers

Can you send notification between Android Emulator device and USB connected real device in Android Studio for demonstration purpose with database?

I want to make an app that has two accounts and mutual database. I want to send notification from the first to the second account in real time. Is this possible?
M.P.
  • 21
  • 1
  • 5
-1
votes
1 answer

I can't build and run my app without usb debugging

I'm requesting your help because I've made an app on Android studio, which works fine on my phone with usb debugging. I tried to build the unsigned apk with gradle but it won't install and my phone says that "the package must be corrupted" when I…
-1
votes
1 answer

getting error while using logcat for checking logs of an app in linux

I want to know bugs of my android app so i tried to use logcat to see its log and followed these steps:- You need to use adb server. 1. Connect your android with your laptop/pc 2. Go to developer options and turn on the stay awake and USB debugging…
Akash Tyagi
  • 119
  • 1
  • 1
  • 11
-1
votes
1 answer

USB Debugging mode auto authorize

I have LG Optimus L70, the system stopped working suddenly. The problem was that the bootloader is corrupt, so I have to install a new one. In order to do that, it would be easier to enable USB debugging mode, but the problem is: When ever I check…
MosabJ
  • 80
  • 1
  • 9
-1
votes
1 answer

Entering a non-rooted, USB debugging OFF Android Device from PC

My friend cracked his display, and needs his IMEI number. He can't use his phone at all, so he can't turn on USB debugging from the device. Also, it is not rooted. He never made (or doesn't remember) a Google-account on his Oneplus X, so he can't…
1 2 3
15
16