aemu

aemu 0.1.2

Android emulation utilities library

https://android.googlesource.com/platform/hardware/google/aemu
Apache License 2.0MIT LicenseBSD 3-clause "New" or "Revised" License
programs: -
Platforms (4)
x86_64-linuxaarch64-darwinaarch64-linuxx86_64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  aemu
];
Ad-hoc shell
nix-shell -p aemu
Flake (nix run)
nix run nixpkgs#aemu