Skip to main content

Questions tagged [adb]

ADB (Android Debug Bridge) is a tool that comes with the Android SDK that allows you to control and interface with your Android device.

878 votes
37 answers
1.6m views

How can I connect to Android with ADB over TCP? [closed]

I am attempting to debug an application on a Motorola Droid, but I am having some difficulty connecting to the device via USB. My development server is a Windows 7 64-bit VM running in Hyper-V, and so ...
JDM's user avatar
  • 9,787
612 votes
18 answers
757k views

How to start an application using Android ADB tools

How do I send an intent using Android's ADB tools?
Sean's user avatar
  • 6,945
1313 votes
42 answers
723k views

Run/install/debug Android applications over Wi-Fi?

I thought there was a way to test your applications in development over Wi-Fi. Is this possible? I'd love to be able to untether my phone and develop wirelessly.
Naftuli Kay's user avatar
  • 90.4k
568 votes
28 answers
649k views

INSTALL_FAILED_NO_MATCHING_ABIS when install apk

I tried to install my app into Android L Preview Intel Atom Virtual Device, it failed with error: INSTALL_FAILED_NO_MATCHING_ABIS What does it mean?
Peter Zhao's user avatar
  • 7,536
167 votes
41 answers
206k views

adb server version doesn't match this client

Whenever I try to run adb devices: $ adb devices * daemon not running. starting it now * * daemon started successfully * List of devices attached ...
Arunabh Das's user avatar
  • 14.1k
125 votes
12 answers
103k views

Retrieve database or any other file from the Internal Storage using run-as

On a non-rooted android device, I can navigate to the data folder containing the database using the run-as command with my package name. Most files types I am content with just viewing, but with the ...
CQM's user avatar
  • 43.7k
578 votes
44 answers
1.2m views

ADB Android Device Unauthorized

Since I reinstalled Eclipse (simply deleted and downloaded it again) I can't debug my applications on Samsung Galaxy i9001 (with CyanogenMod - Android 4.4.2). It worked fine before reinstallation. ...
Quak's user avatar
  • 7,233
404 votes
18 answers
894k views

How to access data/data folder in Android device?

I am developing an app and I know my database *.db will appear in data/data/com.****.*** I can access this file from AVD in Eclipse with help of sqlite manager But I can't access this file in my ...
Naveen Prince P's user avatar
287 votes
9 answers
724k views

ADB Shell Input Events

What is the basic difference between adb shell input keyevent and adb shell sendevent? Which one should I use for inputting a character? Are the keycodes the same that we pass to both the commands?
KVR's user avatar
  • 2,879
300 votes
31 answers
227k views

set up device for development (???????????? no permissions)

I am using a Samsung galaxy nexus phone (Android 4.0 platform) . I am developing Android app on Ubuntu linux OS. I would like to run my application directly on the Samsung handset device, so I ...
Leem.fin's user avatar
  • 42k
78 votes
19 answers
51k views

Read binary stdout data like screencap data from adb shell?

Is it possible to read binary stdout from an adb shell command? For example, all examples of how to use screencap include two steps: adb shell screencap -p /sdcard/foo.png adb pull /sdcard/foo.png ...
Eric Lange's user avatar
  • 1,785
706 votes
26 answers
720k views

How do I get an apk file from an Android device?

How do I get the apk file from an android device? Or how do I transfer the apk file from device to system?
Finder's user avatar
  • 8,539
433 votes
30 answers
1.3m views

'adb' is not recognized as an internal or external command, operable program or batch file

I am trying to run google map v2 on emulator, I am following this tutorial. When I was trying to install required apk file on emulator, I am getting below error. I tried to solve this using this ...
Nibha Jain's user avatar
  • 7,981
291 votes
39 answers
311k views

Error "The connection to adb is down, and a severe error has occurred."

I've spent days trying to launch any Android program. Even "Hello World" gives me the same error: "The connection to adb is down, and a severe error has occurred". I'm running Eclipse v3.5 (...
216 votes
38 answers
335k views

adb not finding my device / phone (MacOS X)

Doing Android development on a Mac and this very new phone I have doesn't show up in the devices list in adb. Lots of other phones and devices work fine for me so I know my setup is good. I have ...
dustmachine's user avatar
  • 10.7k

15 30 50 per page
1
2 3 4 5
78