# Test ethOS in an Emulator

If you've already integrated the system wallet, you may want to test how your app runs on ethOS.<br>

This emulator setup runs ethOS v3, and we will update to ethOS v4 for dGEN1 as we go. \
The components are essentially the same, only UI will change.

1. First download the zip file with the image : <https://storage.googleapis.com/ethos_binaries/lineage-eng.markus-linux-x86-img.zip>
   1. If you don't have android studio, you can start by [downloading it here](https://developer.android.com/studio).
2. Add it to Android Studio by going into the folder where your Android SDK is located.
3. Create a folder called “android-32” in the `system-images` folder.
4. Create a folder inside the “android-32” folder that is called “default”.
5. Extract the x86 folder from the zip into the “default” folder.
6. Once that is done you can create a new device in android studio with ethOS. It should be marked under "LineageOS" under x86 Images or “other images”.

***

Great! You should now be able to run ethOS in Android studio with all the feature's built in.

We will periodically update ethOS, so be on the lookout for changes to the Repo.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.freedomfactory.io/build/test-ethos-in-an-emulator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
