Test ethOS in an Emulator
For devs looking to test their app
If you've already integrated the system wallet, you may want to test how your app runs on ethOS.
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.
First download the zip file with the image : https://storage.googleapis.com/ethos_binaries/lineage-eng.markus-linux-x86-img.zip
If you don't have android studio, you can start by downloading it here.
Add it to Android Studio by going into the folder where your Android SDK is located.
Create a folder called “android-32” in the
system-images
folder.Create a folder inside the “android-32” folder that is called “default”.
Extract the x86 folder from the zip into the “default” folder.
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.
Last updated