doc: remove missing arg from emulateApp example

This commit is contained in:
jakobkukla 2022-12-20 04:15:00 +01:00
parent 13e43fc0bc
commit ecdbd2a3fa

View File

@ -232,7 +232,6 @@ androidenv.emulateApp {
platformVersion = "24";
abiVersion = "armeabi-v7a"; # mips, x86, x86_64
systemImageType = "default";
useGoogleAPIs = false;
app = ./MyApp.apk;
package = "MyApp";
activity = "MainActivity";