Posts

Showing posts with the label ADB Ultility

How To Install and Use Android Debug Bridge Utility

Image
This simple guide will teach you how to install and use Android Debug Bridge utility. ADB, Android Debug Bridge, is a command-line utility included with Google’s Android SDK. ADB can control your device over USB from a computer, copy files back and forth, install and uninstall apps, run shell commands, and more. We’ve covered some other tricks that require ADB in the past, including backing up and restoring your smartphone or tablet and installing Android apps to your SD card by default. ADB is used for a variety of geeky Android tricks. Install Java JDK & Android SDK Before installing the Android SDK, you’ll have to install Oracle’s Java development kit. You can download it from here – ensure you download the x86 (32-bit) version, even if your computer uses a 64-bit operating system. Even if you already have the Java runtime (JRE) installed, you’ll need to install the JDK as well. With the Java JDK installed, you can now download the Android SDK from...