mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
doc: remove missing arg from emulateApp example
This commit is contained in:
parent
13e43fc0bc
commit
ecdbd2a3fa
@ -232,7 +232,6 @@ androidenv.emulateApp {
|
|||||||
platformVersion = "24";
|
platformVersion = "24";
|
||||||
abiVersion = "armeabi-v7a"; # mips, x86, x86_64
|
abiVersion = "armeabi-v7a"; # mips, x86, x86_64
|
||||||
systemImageType = "default";
|
systemImageType = "default";
|
||||||
useGoogleAPIs = false;
|
|
||||||
app = ./MyApp.apk;
|
app = ./MyApp.apk;
|
||||||
package = "MyApp";
|
package = "MyApp";
|
||||||
activity = "MainActivity";
|
activity = "MainActivity";
|
||||||
|
Loading…
Reference in New Issue
Block a user