mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 05:59:17 +03:00
Merge pull request #84047 from aaronjanse/document-android-emulator-variable
emulateApp: document $NIX_ANDROID_EMULATOR_FLAGS
This commit is contained in:
commit
31dae7d627
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,8 @@ androidenv.emulateApp {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Additional flags may be applied to the Android SDK's emulator through the runtime environment variable `$NIX_ANDROID_EMULATOR_FLAGS`.
|
||||||
|
|
||||||
It is also possible to specify an APK to deploy inside the emulator
|
It is also possible to specify an APK to deploy inside the emulator
|
||||||
and the package and activity names to launch it:
|
and the package and activity names to launch it:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue