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.

ADB - Android - Getting the name of the current activity

Is there a way to get the details of the current activity that is running via adb.

android adb ddms
How to resolve "Waiting for Debugger" message?

I have HTC Comet connected to Eclipse with SDK 2.2. I do a debug build - the application does not run; …

android eclipse debugging device adb
adb is not recognized as internal or external command on windows

I set the c:/android-sdk/tools path to the path environment and commands like emulator is working just fine. But …

android windows path adb classpath
Run react-native on android emulator

I try to run react-native app on genymotion android emulator on my mac. When I write react-native run-android It gets …

android-emulator react-native adb genymotion react-native-android
ADB not recognising Nexus 4 under Windows 7

I'm running on Windows 7, and I've updated all the drivers as it says on the Android developer website regarding using …

android adb nexus-4
How to simulate a touch event in Android?

How to simulate a touch event with Android while giving the X and Y coordinates manually?

android adb gesture-recognition
Android: adbd cannot run as root in production builds

I have an Android-based phone (2.3.6) with unlocked root privileges. Since i'd like to have access to my phone through my …

android adb root
Android ADB doesn't see device

I'm trying to run my applications on OMEGA T107 tablet. But adb doesn't see my device. I tried almost everything.

android adb tablet
Eclipse error "ADB server didn't ACK, failed to start daemon"

After updating the SDK, Eclipse shows this error: ADB server didn't ACK, failed to start daemon. When I run an …

android eclipse adb
adb devices command not working

I'm running Ubuntu 10.10 64 bit. I have ia32-libs installed along with Android Debug Bridge version 1.0.26. My problem(s): adb devices &…

android linux ubuntu adb