androidenv: align basic emulateApp usage example
... to the actually tested one.
This commit is contained in:
parent
f01278dea2
commit
d56fd6975c
@ -186,7 +186,7 @@ with import <nixpkgs> {};
|
|||||||
androidenv.emulateApp {
|
androidenv.emulateApp {
|
||||||
name = "emulate-MyAndroidApp";
|
name = "emulate-MyAndroidApp";
|
||||||
platformVersion = "28";
|
platformVersion = "28";
|
||||||
abiVersion = "x86_64"; # armeabi-v7a, mips, x86
|
abiVersion = "x86"; # armeabi-v7a, mips, x86_64
|
||||||
systemImageType = "google_apis_playstore";
|
systemImageType = "google_apis_playstore";
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user