about summary refs log tree commit diff
path: root/pkgs/development/mobile/androidenv/emulate-app.nix
AgeCommit message (Expand)AuthorFilesLines
2021-09-09treewide: "does not exists" -> "does not exist"Alyssa Ross1-1/+1
2020-08-16androidenv/emulate-app: use runtimeShell instead of stdenv.shellLuca Favatella1-2/+2
2020-03-09androidenv/emulate-app: fix image id for recent device managerLuca Favatella1-2/+3
2019-08-17androidenv: rename stdenv.lib -> libErik Arvstedt1-5/+5
2019-08-17androidenv/emulate-app: rename androidsdkComposition -> sdkErik Arvstedt1-13/+13
2019-08-17androidenv/emulate-app: fix passing extra args to the sdk compositionErik Arvstedt1-9/+6
2019-06-16treewide: remove unused variables (#63177)volth1-1/+0
2018-12-18Replace androidenv by new implementationSander van der Burg1-41/+52
2016-09-01androidsdk: fix buildApp and emulateApp functions by providing the right exec...Sander van der Burg1-10/+10
2014-09-17Make emulator script run without tools in pathEmil Rangden1-2/+2
2014-02-27androidsdk: fix activity launchingSander van der Burg1-1/+1
2014-02-27androidsdk: only create AVD if needed + some fixesSander van der Burg1-18/+27
2014-02-27androidsdk: Make AVD storage dir configurable and make activation step optionalSander van der Burg1-6/+12
2014-01-28androidenv: also allow references to individual apk filesSander van der Burg1-1/+9
2013-08-06Make AVD creating configurable at runtimeSander van der Burg1-1/+1
2013-08-06Added extraAVDFiles parameter to support custom system imagesSander van der Burg1-2/+9
2013-08-05Make the emulator flags configurable at runtime and unimportant messages shou...Sander van der Burg1-15/+18
2013-08-01Shut up annoying question to configure hardware profilesSander van der Burg1-1/+1
2013-07-31Now x86 and mips images from external repositories are supported + added GPU ...Sander van der Burg1-2/+11
2013-01-07- Added xcodeenv: experimental support to build iOS apps through NixSander van der Burg1-0/+87