We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cc4fb commit 7900f6aCopy full SHA for 7900f6a
README.md
@@ -108,10 +108,12 @@ Android reverse engineering tools are installed in **/opt**.
108
109
To run an Android emulator (7.0):
110
```
111
-$ emulator &
+$ emulator7 &
112
113
114
-`emulator` is an alias in `.bashrc`, and points to an Android 5.1 emulator.
+`emulator7` is an alias in `.bashrc`, and points to an Android 7.0 emulator.
115
+
116
+To run an Android emulator 5.0 use the alias `emulator5` instead.
117
118
# Customization
119
@@ -128,4 +130,4 @@ This image **does not provide any Android sample**.
128
130
129
131
# Digest
132
-sha256:4fddf66e1cfb2a508f1fd1d74510c17976a18850d61d721e67cd5b8d611f920d
133
+sha256:25ee7948d600bf8528d34022c299423c8474c5aa1ed9a8a1b9703cb121758acc
0 commit comments