1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

GitBook: [master] one page modified

This commit is contained in:
CPol 2021-04-07 12:08:35 +00:00 committed by gitbook-bot
parent 37d2ecc535
commit f333af8b92
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -11,6 +11,14 @@ Android Studio allows to **run virtual machines of Android that you can use to t
In Windows \(in my case\) **after installing Android Studio** I had the **SDK Tools installed in**: `C:\Users\<UserName>\AppData\Local\Android\Sdk\tools`
## JDK
For MacOS machines I recommend you to install the following version to be able to use the CLI commands mentioned in the following sections:
```bash
brew install openjdk@8
```
## GUI
### Prepare Virtual Machine
@ -41,6 +49,10 @@ In order to **run** it just press the _**Start button**_.
### Prepare Virtual Machine
{% hint style="info" %}
In **MacOS** systems the executable is located in `/Users/<username>/Library/Android/sdk/tools/bin`
{% endhint %}
First of all you need to **decide which phone you want to use**, in order to see the list of possible phones execute:
```text