The following is a step-by-step procedure to install the Android SDK on a Windows 10 machine:
- Before the start of the Android SDK installation, make sure the system has the latest Java Development Kit (JDK) installed, as the Android SDK is dependent on Java SE Development Kit. JDK can be downloaded from http://www.oracle.com/technetwork/java/javase/downloads/index.html. Select the correct download based on your operating system.
- Download the latest version of SDK tools package from https://developer.android.com/studio/#command-tools.
- Unzip the archive you have just downloaded at the location of your choice. That's it: you're ready to go.
Let's look at the most interesting parts of the SDK tools from a forensic ...