Takes an apple_bundle, builds it, and installs it by copying it to a simulator or device as appropriate.įor device support, you need to first build the fbsimctl utility from FBSimulatorControl and set. -adb-threads (-T) Number of threads to use for adb operations.-all (-x) Install APK on all connected devices and/or emulators (multi-install mode).apk with the specified activity after installation. Takes an android_binary, an apk_genrule or an android_instrumentation_apk, builds it, and installs it by running adb install. Androidīuilds and installs the APK for an android_binary or target. -serial (-udid) Use device or emulator/simulator with specific serial or UDID number.This option works only with Android devices. -device (-d) Use this option to use real devices only.-emulator (-e) Use this option to use emulators/simulators only.
apk with the default activity (Android) or the. to list the emulators you have /Library/Android/sdk/tools/emulator -list-avds The installation is. Common ParametersĪll the parameters for buck build also apply to buck install. This emulator not only works best on PC but also on Mac. app bundle on a emulator/simulator or device, and optionally launches it.