Lines Matching refs:on

15 … Build](/build/introduction/) or [locally](/guides/local-app-development/) on your computer if you…
19 In this guide, you'll find information on how to create a development build and then install it on
25 …rience with Xcode and Android studio builds or do not have them installed locally on your computer.
46 …lp you develop it. It also generates a build artifact that you can install on a device or emulator…
49 > iOS builds where `developmentClient` is set to `true` on the build profile should always be distr…
57 Follow the steps below to create and install the development build on an Android Emulator or an iOS…
59 > This is only required if you want to develop a project on an emulator/simulator. Otherwise, skip …
67 To create and install the development build on an Android Emulator, you will need an **.apk**. To c…
71 …matically download and install it on the Android Emulator. When prompted, press <kbd>Y</kbd> to di…
79 To create and install a development build on an iOS Simulator, we recommend you create a separate […
97 Then, run the following command to create the development build on an iOS Simulator:
101 …tomatically download and install it on the iOS Simulator. When prompted, press <kbd>Y</kbd> to dir…
103 See [Installing build on the simulator](/build-reference/simulators/#installing-build-on-the-simula…
115 Follow the steps below to create and install the development build on an Android or an iOS device. …
123 To create and install the development build on an Android device, you will need a **.apk**. To crea…
127 …n `eas build` has finished. Then, send that URL to your device and open it on your device to downl…
133 > **warning** Apple Developer membership is required to create and install a development build on a…
143 …t have this setting enabled or are installing your first development build on your device, see [iO…
145 After the build is complete, you can download it on your iOS device by scanning the QR code from th…
147 You can also find this QR code on the build page in the [Expo dashboard](https://expo.dev/accounts/…
159 …ut how you can install and share a development build with your team or run it on multiple devices."