Android: Difference between revisions
imported>GovanifY m python3 is required for acloud & such |
imported>Numinit No edit summary |
||
| Line 139: | Line 139: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
See the [https://nixos.org/manual/nixpkgs/unstable/#android androidenv documentation] for full examples. | |||
=== Building Android on NixOS === | === Building Android on NixOS === | ||
| Line 201: | Line 203: | ||
== Using the nixpkgs androidenv == | == Using the nixpkgs androidenv == | ||
User Sander van der Burg created two awesome blog posts as well as a number of test cases usable as examples on how to use the nixpkgs androidenv and the emulator | User Sander van der Burg created two awesome blog posts as well as a number of test cases usable as examples on how to use the nixpkgs androidenv and the emulator provided: | ||
# [https://nixos.org/manual/nixpkgs/unstable/#android androidenv documentation] | |||
# [https://sandervanderburg.blogspot.de/2012/11/building-android-applications-with-nix.html Building Android applications with the Nix package manager ] | # [https://sandervanderburg.blogspot.de/2012/11/building-android-applications-with-nix.html Building Android applications with the Nix package manager ] | ||
# [https://sandervanderburg.blogspot.de/2014/02/reproducing-android-app-deployments-or.html Reproducing Android app deployments (or playing Angry Birds on NixOS)] | # [https://sandervanderburg.blogspot.de/2014/02/reproducing-android-app-deployments-or.html Reproducing Android app deployments (or playing Angry Birds on NixOS)] | ||
# [https://github.com/svanderburg/nix-androidenvtests A set of androidenv test cases] | # [https://github.com/svanderburg/nix-androidenvtests A set of androidenv test cases] | ||