| /expo/packages/@expo/cli/src/start/platforms/android/ |
| H A D | ADBServer.ts | 47 const adb = this.getAdbExecutablePath(); constant 48 const result = await this.resolveAdbPromise(spawnAsync(adb, ['start-server'])); 79 const adb = this.getAdbExecutablePath(); constant 83 debug([adb, ...args].join(' ')); 84 const result = await this.resolveAdbPromise(spawnAsync(adb, args)); 91 const adb = this.getAdbExecutablePath(); constant 96 execFileSync(adb, args, {
|
| /expo/apps/bare-expo/scripts/ |
| H A D | start-emulator.sh | 19 if $ANDROID_SDK_ROOT/platform-tools/adb devices -l | grep -q emulator; then 28 $ANDROID_SDK_ROOT/platform-tools/adb wait-for-device 29 $ANDROID_SDK_ROOT/platform-tools/adb shell settings put global window_animation_scale 0 30 $ANDROID_SDK_ROOT/platform-tools/adb shell settings put global transition_animation_scale 0 31 $ANDROID_SDK_ROOT/platform-tools/adb shell settings put global animator_duration_scale 0 32 … $ANDROID_SDK_ROOT/platform-tools/adb shell am broadcast -a android.intent.action.BOOT_COMPLETED &
|
| H A D | start-android-e2e-test.sh | 10 adb install -r app/build/outputs/apk/release/app-release.apk 11 adb install -r app/build/outputs/apk/androidTest/release/app-release-androidTest.apk 20 adb shell am instrument -w -e debug false -e class dev.expo.payments.BareExpoTestSuite dev.expo.pay…
|
| H A D | deep-link.sh | 27 echo $(adb shell am start -W -a android.intent.action.VIEW -d "$LINK" dev.expo.payments) 37 echo $(adb shell am start -W -a android.intent.action.VIEW -d "$LINK" dev.expo.payments)
|
| H A D | wait-for-emulator.sh | 8 …bootanim=`${ANDROID_SDK_ROOT:-$ANDROID_HOME}/platform-tools/adb -e shell getprop init.svc.bootanim…
|
| /expo/.github/actions/use-android-emulator/ |
| H A D | action.yml | 53 adb shell settings put global window_animation_scale 0.0 54 adb shell settings put global transition_animation_scale 0.0 55 adb shell settings put global animator_duration_scale 0.0 56 adb shell input keyevent 3 83 adb shell settings put global window_animation_scale 0.0 84 adb shell settings put global transition_animation_scale 0.0 85 adb shell settings put global animator_duration_scale 0.0 86 adb shell input keyevent 3 113 adb shell settings put global window_animation_scale 0.0 115 adb shell settings put global animator_duration_scale 0.0 [all …]
|
| /expo/packages/expo-updates/e2e/fixtures/project_files/eas-hooks/ |
| H A D | eas-build-on-success.sh | 8 adb emu kill & 55 until adb shell getprop sys.boot_completed; do 64 adb reverse tcp:4747 tcp:4747
|
| /expo/docs/pages/workflow/ |
| H A D | android-studio-emulator.mdx | 83 Finally, make sure that you can run `adb` from your terminal. 142 ### Multiple `adb` versions 144 Having multiple `adb` versions on your system can result in the following error: 146 <Terminal cmd={["$ adb server version (xx) doesn't match this client (xx); killing..."]} /> 148 This is because the `adb` version on your system is different from the `adb` version on the Android… 151 Open the terminal and check the `adb` version on the system: 153 <Terminal cmd={['$ adb version']} /> 161 '$ ./adb version' 162 ]} cmdCopy="cd ~/Library/Android/sdk/platform-tools && ./adb version" /> 166 Copy `adb` from Android SDK directory to `usr/bin` directory: [all …]
|
| H A D | logging.mdx | 26 '# Show system logs for an Android device with adb logcat',
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | validate-android-sdk.sh | 47 if [ -z `which adb` ]; then
|
| H A D | validate-android-device-env.sh | 31 BOOTANIM=$(adb -e shell getprop init.svc.bootanim)
|
| H A D | run-android-emulator.sh | 15 STATE=`adb get-state`
|
| H A D | android-setup.sh | 65 adb start-server 89 bootanim=$(adb -e shell getprop init.svc.bootanim 2>&1)
|
| H A D | test-manual-e2e.sh | 57 adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity 66 adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity
|
| H A D | run-instrumentation-tests-via-adb-shell.sh | 13 adb logcat -c
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | validate-android-sdk.sh | 47 if [ -z `which adb` ]; then
|
| H A D | validate-android-device-env.sh | 31 BOOTANIM=$(adb -e shell getprop init.svc.bootanim)
|
| H A D | android-setup.sh | 65 adb start-server 89 bootanim=$(adb -e shell getprop init.svc.bootanim 2>&1)
|
| H A D | run-android-emulator.sh | 15 STATE=`adb get-state`
|
| H A D | test-manual-e2e.sh | 57 adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity 66 adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity
|
| H A D | run-instrumentation-tests-via-adb-shell.sh | 13 adb logcat -c
|
| /expo/.github/workflows/ |
| H A D | test-suite-nightly.yml | 169 adb logcat -d > artifacts/emulator.log 170 adb logcat -c || true 171 …adb shell screencap -p /data/local/tmp/bareexpo.png && adb pull /data/local/tmp/bareexpo.png artif… 173 …adb shell screencap -p /data/local/tmp/bareexpo.png && adb pull /data/local/tmp/bareexpo.png artif… 174 adb logcat -d > artifacts/adb.log
|
| H A D | test-suite.yml | 226 adb logcat -d > artifacts/emulator.log 227 adb logcat -c || true 228 …adb shell screencap -p /data/local/tmp/bareexpo.png && adb pull /data/local/tmp/bareexpo.png artif… 230 …adb shell screencap -p /data/local/tmp/bareexpo.png && adb pull /data/local/tmp/bareexpo.png artif… 231 adb logcat -d > artifacts/adb.log
|
| /expo/docs/pages/build-reference/ |
| H A D | apk.mdx | 83 #### Install with `adb` 85 - [Install adb](https://developer.android.com/studio/command-line/adb) if you don't have it install… 86 …evice to your computer and [enable adb debugging on your device](https://developer.android.com/stu… 88 - Run `adb install path/to/the/file.apk`.
|
| /expo/guides/ |
| H A D | Releasing Expo Go for Android.md | 22 - Run `adb shell pm clear host.exp.exponent` 24 - `adb install {downloaded-apk}`
|