- Hacking Android
- Srinivasa Rao Kotipalli Mohammed A. Imran
- 227字
- 2021-07-14 10:56:05
Installing the required tools
This section explains the tools required for the rest of the chapters. We will start with setting up Android Studio, which is required for developing Android apps, and then move on to creating an Android Virtual Device (AVD). Finally, we will install the necessary tools to assess the security of Android devices and apps. Most of the installation steps shown here are for the Windows platform. If tools are used on other platforms, it will be mentioned explicitly.
Java
Java is one of the necessary dependencies for some of the tools, such as Android Studio and Burp Suite. So, download and install Java from the following link:
The following are the steps to install Java:
- Run the installer:
- Leave all the settings as defaults unless you have a reason to change it. Click Next till you see the following screen:
- The preceding screenshot shows the path to your Java installation. Make sure that you are OK with the path shown here. If not, go back and change it according to your needs.
- Follow the steps shown by the installer and continue with the installation until the following window appears:
- This finishes the installation. Just click the Close button and check your Java installation by opening a new command prompt and running the following command:
That finishes our first installation in this book.