Home
last modified time | relevance | path

Searched refs:adb (Results 1 – 25 of 36) sorted by relevance

12

/expo/packages/@expo/cli/src/start/platforms/android/
H A DADBServer.ts47 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 Dstart-emulator.sh19 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 Dstart-android-e2e-test.sh10 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 Ddeep-link.sh27 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 Dwait-for-emulator.sh8 …bootanim=`${ANDROID_SDK_ROOT:-$ANDROID_HOME}/platform-tools/adb -e shell getprop init.svc.bootanim…
/expo/.github/actions/use-android-emulator/
H A Daction.yml53 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 Deas-build-on-success.sh8 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 Dandroid-studio-emulator.mdx83 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 Dlogging.mdx26 '# Show system logs for an Android device with adb logcat',
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dvalidate-android-sdk.sh47 if [ -z `which adb` ]; then
H A Dvalidate-android-device-env.sh31 BOOTANIM=$(adb -e shell getprop init.svc.bootanim)
H A Drun-android-emulator.sh15 STATE=`adb get-state`
H A Dandroid-setup.sh65 adb start-server
89 bootanim=$(adb -e shell getprop init.svc.bootanim 2>&1)
H A Dtest-manual-e2e.sh57 adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity
66 adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity
H A Drun-instrumentation-tests-via-adb-shell.sh13 adb logcat -c
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dvalidate-android-sdk.sh47 if [ -z `which adb` ]; then
H A Dvalidate-android-device-env.sh31 BOOTANIM=$(adb -e shell getprop init.svc.bootanim)
H A Dandroid-setup.sh65 adb start-server
89 bootanim=$(adb -e shell getprop init.svc.bootanim 2>&1)
H A Drun-android-emulator.sh15 STATE=`adb get-state`
H A Dtest-manual-e2e.sh57 adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity
66 adb shell am start -n com.facebook.react.uiapp/.RNTesterActivity
H A Drun-instrumentation-tests-via-adb-shell.sh13 adb logcat -c
/expo/.github/workflows/
H A Dtest-suite-nightly.yml169 adb logcat -d > artifacts/emulator.log
170 adb logcat -c || true
171adb shell screencap -p /data/local/tmp/bareexpo.png && adb pull /data/local/tmp/bareexpo.png artif…
173adb 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 Dtest-suite.yml226 adb logcat -d > artifacts/emulator.log
227 adb logcat -c || true
228adb shell screencap -p /data/local/tmp/bareexpo.png && adb pull /data/local/tmp/bareexpo.png artif…
230adb 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 Dapk.mdx83 #### 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 DReleasing Expo Go for Android.md22 - Run `adb shell pm clear host.exp.exponent`
24 - `adb install {downloaded-apk}`

12