
There are various applications to transfer files, synchronize notifications and more. 6.10 adb: sideload connection failed: insufficient permissions for device.6.9 Android Emulator: Segmentation fault (core dumped).6.8 Android Emulator: Window is shaking and blinking when used in WM tiled mode.6.7 Android Emulator: no keyboard input in xfwm4.6.5 libGL error: failed to load driver: swrast OR AVD does not load and no error message displayed.6.4 ValueError: unsupported pickle protocol.6.3 Eclipse: During Debugging "Source not found".6.2 Android Studio: 'failed to create the SD card'.6.1 Android Studio: Android Virtual Devices show 'failed to load'.

2.2.3 Making /opt/android-sdk group-writeable.Type in “-d” to show only disabled packages, “-e” to show only enabled packages, “-s” to show only system packages. List All the Android Packages: adb shell pm list packages adb uninstall “package name”: Uninstall an app.adb help: Displays the help documentation of ADB commands.adb fastboot: Enables the fastboot mode.adb kill-server: Terminate the adb server process and restart it.adb push “local remote”: Copy a file and its sub-directories to the device.Replace local/remote with the paths to the target file/directory on your machine (local) and on device (remote). adb pull “remote local”: Copy a file and its sub-directories from the device.adb install “path_to_apk”: Install an app.adb devices: Shows which ADB supported devices are connected to your computer.The inverted commas used in the commands are just for illustration purposes.

Here is a list of commands that you may find useful. There’s a lot ADB can do, and in most cases, it’s useful for both casual users and developers.
