| /expo/.github/actions/use-android-emulator/ |
| H A D | action.yml | 2 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 D | start-emulator.sh | 16 $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 D | eas-build-on-success.sh | 47 $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 D | validate-android-sdk.sh | 38 if [ -z `which emulator` ]; then
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | validate-android-sdk.sh | 38 if [ -z `which emulator` ]; then
|
| /expo/docs/pages/build-reference/ |
| H A D | e2e-tests.mdx | 184 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 D | apk.mdx | 9 …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 D | setup-react-android.sh | 24 ${sdk_manager} emulator ${sdk_manager_options}
|
| /expo/docs/components/plugins/ |
| H A D | PlatformsSection.tsx | 10 { title: 'Android Emulator', propName: 'emulator' }, 48 emulator?: boolean;
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | location.mdx | 17 <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" 153 …emulator, you may have to turn off "Improve Location Accuracy" in Settings - Location in the emula…
|
| H A D | constants.mdx | 14 <PlatformsSection android emulator ios simulator web />
|
| H A D | sms.mdx | 15 <PlatformsSection android emulator ios simulator />
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | location.mdx | 17 <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" 153 …emulator, you may have to turn off "Improve Location Accuracy" in Settings - Location in the emula…
|
| H A D | constants.mdx | 14 <PlatformsSection android emulator ios simulator web />
|
| /expo/packages/expo-dev-client/ |
| H A D | .detoxrc.js | 18 emulator: { property
|
| /expo/docs/pages/workflow/ |
| H A D | android-studio-emulator.mdx | 10 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 D | development-client-e2e.yml | 48 - name: Set up android emulator 49 uses: ./.github/actions/use-android-emulator
|
| H A D | development-client-latest-e2e.yml | 46 - name: Set up android emulator 47 uses: ./.github/actions/use-android-emulator
|
| /expo/packages/expo-updates/e2e/fixtures/project_files/ |
| H A D | detox.config.js | 50 emulator: { property
|
| /expo/apps/bare-expo/ |
| H A D | detox.config.js | 51 emulator: { property
|
| H A D | README.md | 7 …, 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 D | sms.mdx | 15 <PlatformsSection android emulator ios simulator />
|
| H A D | constants.mdx | 14 <PlatformsSection android emulator ios simulator web />
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | sms.mdx | 15 <PlatformsSection android emulator ios simulator />
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | constants.mdx | 14 <PlatformsSection android emulator ios simulator web />
|