Merge pull request #84047 from aaronjanse/document-android-emulator-variable

emulateApp: document $NIX_ANDROID_EMULATOR_FLAGS
This commit is contained in:
John Ericson 2020-08-20 00:26:53 -04:00 committed by GitHub
commit 31dae7d627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
and the package and activity names to launch it: