MatthewCroughan / NixThePlanet

Run macOS, Windows and more via a single Nix command, or simple nixosModules
MIT License
534 stars 12 forks source link

android emulator support? #18

Closed patryk4815 closed 4 months ago

patryk4815 commented 6 months ago

Maybe add android emulator support 🤔 Didn't find any flake for it.

io12 commented 6 months ago

I think nixpkgs can do this https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/android.section.md#spawning-emulator-instances-spawning-emulator-instances. There is also Waydroid.

patryk4815 commented 6 months ago

@io12 it works, xd Thanks

MatthewCroughan commented 4 months ago

Yeah, that already exists in Nixpkgs. Closing.