Skip to content

Commit 7900f6a

Browse files
committed
fixed issues on emulator 64 bit
1 parent 88cc4fb commit 7900f6a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,12 @@ Android reverse engineering tools are installed in **/opt**.
108108

109109
To run an Android emulator (7.0):
110110
```
111-
$ emulator &
111+
$ emulator7 &
112112
```
113113

114-
`emulator` is an alias in `.bashrc`, and points to an Android 5.1 emulator.
114+
`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.
115117

116118
# Customization
117119

@@ -128,4 +130,4 @@ This image **does not provide any Android sample**.
128130

129131
# Digest
130132

131-
sha256:4fddf66e1cfb2a508f1fd1d74510c17976a18850d61d721e67cd5b8d611f920d
133+
sha256:25ee7948d600bf8528d34022c299423c8474c5aa1ed9a8a1b9703cb121758acc

0 commit comments

Comments
 (0)