Skip to content

Commit 7013b56

Browse files
author
cxxsheng
authored
Update README.md
update readme
1 parent 2417dac commit 7013b56

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
11
# SecurePatchedEmulator
2+
SecurePatchedEmulator provides a prebuilt Android emulator image with the latest security patches, enabling security researchers to easily access a secure, reliable, and up-to-date Android environment for testing and development purposes. Before using SecurePatchedEmulator, ensure that you have the latest version of the Android SDK Platform-Tools and Android Emulator installed.
3+
4+
5+
6+
### Downloads
7+
8+
| Version | Security Patch | Download Link |
9+
| :-------: | :------------: | :----------------------------------------------------------: |
10+
| 14.0.0_r1 | 2024-06 | [android-14.0.0_r1.zip](https://github.com/cxxsheng/SecurePatchedEmulator/releases/download/2024-06/android-14.0.0_r1.zip) |
11+
12+
### Usage
13+
To set up and launch the SecurePatchedEmulator, follow these steps:
14+
1. Download the desired Android emulator image. For example, to launch android-14.0.0_r1:
15+
16+
```shell
17+
wget https://github.com/cxxsheng/SecurePatchedEmulator/releases/download/2024-06/android-14.0.0_r1.zip
18+
```
19+
20+
2. Extract the downloaded zip file to the desired output directory:
21+
22+
```shell
23+
unzip android-14.0.0_r1.zip -d /path/to/emulator/
24+
```
25+
26+
Replace `/path/to/emulator` with the actual path where you want to extract the emulator files.
27+
28+
3. Launch the emulator, specifying the path to the extracted emulator directory and the desired AVD name:
29+
30+
```shell
31+
emulator @YourAVDName -sysdir /path/to/emulator/x86_64
32+
```
33+
34+
Replace `YourAVDName` with the name of your Android Virtual Device (AVD) and `/path/to/emulator` with the actual path where you extracted the emulator files.

0 commit comments

Comments
 (0)