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.

How to empty (clear) the logcat buffer in Android

How can I empty (clear) the logcat buffer in Android? I use adb logcat from command line and pipe the …

android shell adb logcat
Clear android application user data

Using adb shell to clear application data adb shell pm clear com.android.browser But when executing that command from …

android adb user-data
How to debug in Android Studio using adb over WiFi

I'm able to connect to my phone using adb connect, and I can adb shell also. But when I go …

android android-studio adb android-debug
ADB stopping at <waiting for devices>

I was trying to install some custom recovery and ROM on to my phone when I got to this situation. (…

android performance adb fastboot
Sending intent to BroadcastReceiver from adb

I've got BroadcastReceiver class: public class IntentReceiver extends BroadcastReceiver { final String tag = "Intent Intercepter"; @Override public void onReceive(Context context, …

android android-intent broadcastreceiver adb
Connect Bluestacks to Android Studio

I have recently shifted to android studio. I would like to know how I can test my apps in Bluestacks …

android android-studio adb bluestacks
Adb install failure: INSTALL_CANCELED_BY_USER

I try to install app via adb and get a error: $ ./adb -d install /Users/dimon/Projects/one-place/myprogram/platforms/…

android adb ionic2
get launchable activity name of package from adb

Is there a way to get the launchable activity for a package from using adb? For an unroot phone (i.…

android adb
How to install ADB driver for any android device?

I am an android developer. I have a new HTC Inspire 4g phone but I don't know how to install …

android adb winusb
adb connection over tcp not working now

I was trying to use adb over TCP/IP. I have followed these steps adb tcpip 5555 adb connect 194.68.0.100:5555 I have …

android tcp adb