1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-24 18:16:24 +01:00

Update README.txt instructions for android

Add clearer instructions for building android meterpreter.
This commit is contained in:
jvennix-r7 2014-03-07 12:58:53 -06:00
parent bc1c0e4f8c
commit 2a62adef43

@ -54,9 +54,10 @@ http://maven.apache.org/plugins/maven-idea-plugin/
## Android
1. Download the SDK somewhere. Launch the `sdk/tool/android` program and install API version 3.
2. Compile android meterpreter:
mvn package -Dandroid.sdk.path=/path/to/android-sdk-linux/
```
mvn package -Dandroid.sdk.path=/path/to/android-sdk-linux/
```