How to Setup the Android Debug Bridge (ADB) on Windows

Note: Setting up ADB on the computer is just half the equation since you’ll also need to do some things on the smartphone or tablet to accept the ADB commands. Phone Setup Launch the Settings application on your phone. Tap the About Phone option generally near the bottom of the list (this is hidden behindContinue reading “How to Setup the Android Debug Bridge (ADB) on Windows”

Setting ANDROID_HOME PATH on MAC

Where the Android-SDK is installed depends on how you installed it. If you downloaded the SDK through their website and then dragged/dropped the Application to your Applications folder, it’s most likely here: /Applications/ADT/sdk (as it is in your case). If you installed the SDK using Homebrew (brew install android-sdk), then it’s located here: /usr/local/Cellar/android-sdk/{YOUR_SDK_VERSION_NUMBER} IfContinue reading “Setting ANDROID_HOME PATH on MAC”