Top "Adb" questions

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

Android adb "Unable to open sync connection!"

I can run and debug my Android app on my phone just fine, most of the time. Then, seemingly randomly, …

android eclipse adb
adb socket not working and daemon

I am getting this type of error error: could not install smartsocket listener: cannot bind to 127.0.0.1:5037: Only one usage of …

android sockets adb daemon genymotion
How to solve this adb server version doesn't match this client error in android?

adb server version (39) doesn't match this client (40); killing... could not read ok from ADB Server * failed to start daemon error: …

adb appium-android
Filter tags in LogCat (in Android Eclipse Plug-In)

There is a TextField "Filter" below the LogCat output. However, it seems to filter only the Message-column. Id like to …

android logging adb logcat ddms
Android Studio recognizes physical Device as Null?

I've been developing an Android Application for Android (SDK min version 14) and I have testing it normally with tablets such …

android-studio adb
adb device offline with ADB wireless

For some reasons, my phone does not work anymore with cable. I saw on the Internet that it is possible …

android adb wireless
Using ADB to access a particular UI control on the screen

Is it possible for adb shell console to access an Android app's specific button using its id? or text? I'm …

android adb buttonclick
Testing an adb update, versus install?

How do I test an update of my application, versus a clean install? I see that adb install has several …

android android-emulator apk adb
How do you adb to bluestacks 4?

I'd like to connect to android emulator on bluestacks 4 with adb. but I've got an error with adb.exe -s …

android adb bluestacks
How to traceroute in adb shell?

I have a rooted device, I type "su" in adb shell, then I try to traceroute. It says "traceroute: not …

android shell adb traceroute