nix-community / robotnix

Build Android (AOSP) using Nix [maintainer=@danielfullmer,@Atemu]
615 stars 69 forks source link

Make emulator accessible with a web browser #11

Open danielfullmer opened 4 years ago

danielfullmer commented 4 years ago

Google has released the following a few months ago: https://android-developers.googleblog.com/2019/10/continuous-testing-with-new-android.html

Here's the repo: https://github.com/google/android-emulator-container-scripts

The most interesting part to me is their docker container which allows someone to test out android using a web browser.

danielfullmer commented 4 years ago

The new "Cuttlefish" virtual android device might be related: https://source.android.com/setup/create/cuttlefish

See also this nice set of instructions: https://nathanchance.dev/posts/building-using-cuttlefish/

This could also make automated testing with CTS much easier: https://source.android.com/setup/create/cuttlefish-cts