Home
last modified time | relevance | path

Searched refs:emulator (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/expo/.github/actions/use-android-emulator/
H A Daction.yml2 description: 'Setup to run script on an Android emulator'
34 uses: reactivecircus/android-emulator-runner@v2
40 emulator-build: 9536276
42 emulator-boot-timeout: 900
48 # Wait for emulator to fully ready
70 emulator-build: 9536276
72 emulator-boot-timeout: 900
78 # Wait for emulator to fully ready
100 emulator-build: 9536276
102 emulator-boot-timeout: 900
[all …]
/expo/apps/bare-expo/scripts/
H A Dstart-emulator.sh16 $DIR/create-emulator.sh 22
19 if $ANDROID_SDK_ROOT/platform-tools/adb devices -l | grep -q emulator; then
23 …echo "no" | $ANDROID_SDK_ROOT/emulator/emulator "-avd" "bare-expo" "-skin" "480x800" "-no-audio" "…
25 $DIR/wait-for-emulator.sh
/expo/packages/expo-updates/e2e/fixtures/project_files/eas-hooks/
H A Deas-build-on-success.sh47 $ANDROID_SDK_ROOT/emulator/emulator @$ANDROID_EMULATOR -no-audio -no-boot-anim 2>&1 >/dev/null &
49 …$ANDROID_SDK_ROOT/emulator/emulator @$ANDROID_EMULATOR -no-audio -no-boot-anim -no-window -use-sys…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dvalidate-android-sdk.sh38 if [ -z `which emulator` ]; then
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dvalidate-android-sdk.sh38 if [ -z `which emulator` ]; then
/expo/docs/pages/build-reference/
H A De2e-tests.mdx184 emulator: {
197 device: 'emulator',
330 # Kill emulator
347 # Start emulator
350 # Wait for emulator
606 emulator: {
623 device: 'emulator',
627 device: 'emulator',
645 # Kill emulator
662 # Start emulator
[all …]
H A Dapk.mdx9 …y on your device. To install a build directly to your Android device or emulator, you need to buil…
44 …ike. We named the profile `preview`. However, you can call it `local`, `emulator`, or whatever mak…
50 …Android Emulator before, follow the [Android Studio emulator guide](/workflow/android-studio-emula…
52 … on the Android Emulator. When prompted, press <kbd>Y</kbd> to directly install it on the emulator.
58 …able builds of your project. You can select the build to install on the emulator from this list. E…
/expo/scripts/
H A Dsetup-react-android.sh24 ${sdk_manager} emulator ${sdk_manager_options}
/expo/docs/components/plugins/
H A DPlatformsSection.tsx10 { title: 'Android Emulator', propName: 'emulator' },
48 emulator?: boolean;
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dlocation.mdx17 <PlatformsSection android emulator ios simulator web />
72 If you're using the iOS or Android Emulators, ensure that [Location is enabled](#enabling-emulator-…
149 src="/static/images/sdk/location/enable-android-emulator-location.png"
153emulator, you may have to turn off "Improve Location Accuracy" in Settings - Location in the emula…
H A Dconstants.mdx14 <PlatformsSection android emulator ios simulator web />
H A Dsms.mdx15 <PlatformsSection android emulator ios simulator />
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dlocation.mdx17 <PlatformsSection android emulator ios simulator web />
72 If you're using the iOS or Android Emulators, ensure that [Location is enabled](#enabling-emulator-…
149 src="/static/images/sdk/location/enable-android-emulator-location.png"
153emulator, you may have to turn off "Improve Location Accuracy" in Settings - Location in the emula…
H A Dconstants.mdx14 <PlatformsSection android emulator ios simulator web />
/expo/packages/expo-dev-client/
H A D.detoxrc.js18 emulator: { property
/expo/docs/pages/workflow/
H A Dandroid-studio-emulator.mdx10 If you don't have an Android device available to test with, we recommend using the default emulator
58 If you are using Windows, add `%LOCALAPPDATA%\Android\Sdk\emulator` to the Path.
65 'export PATH=$PATH:$ANDROID_HOME/emulator',
68 …DROID_HOME=$HOME/Library/Android/sdk && export PATH=$PATH:$ANDROID_HOME/emulator && export PATH=$P…
126 Select an OS version to load on the emulator (probably one of the system images in the **Recommende…
/expo/.github/workflows/
H A Ddevelopment-client-e2e.yml48 - name: �� Set up android emulator
49 uses: ./.github/actions/use-android-emulator
H A Ddevelopment-client-latest-e2e.yml46 - name: �� Set up android emulator
47 uses: ./.github/actions/use-android-emulator
/expo/packages/expo-updates/e2e/fixtures/project_files/
H A Ddetox.config.js50 emulator: { property
/expo/apps/bare-expo/
H A Ddetox.config.js51 emulator: { property
H A DREADME.md7 …, builds the React Android binaries, generate an emulator, start Metro, and open the app in the em…
/expo/docs/pages/versions/unversioned/sdk/
H A Dsms.mdx15 <PlatformsSection android emulator ios simulator />
H A Dconstants.mdx14 <PlatformsSection android emulator ios simulator web />
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dsms.mdx15 <PlatformsSection android emulator ios simulator />
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dconstants.mdx14 <PlatformsSection android emulator ios simulator web />

12345678910>>...20