From a1704db04e9dff14be2029c50d67a8495cfedc42 Mon Sep 17 00:00:00 2001 From: Aaron Janse Date: Wed, 1 Apr 2020 16:18:29 -0700 Subject: emulateApp: document $NIX_ANDROID_EMULATOR_FLAGS --- doc/languages-frameworks/android.section.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/languages-frameworks/android.section.md') diff --git a/doc/languages-frameworks/android.section.md b/doc/languages-frameworks/android.section.md index d76b590ede30..23547085b387 100644 --- a/doc/languages-frameworks/android.section.md +++ b/doc/languages-frameworks/android.section.md @@ -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: -- cgit 1.4.1