Searched refs:install (Results 1 – 25 of 34) sorted by relevance
12
/development/apps/DumpViewer/ |
D | README.md | 14 To install, pass the `-g` option to `adb install` to give the needed permissions: 16 adb install -r -g DumpViewer.apk 19 adb install -r -g ${ANDROID_PRODUCT_OUT}/data/app/DumpViewer/DumpViewer.apk
|
/development/tools/otagui/ |
D | Dockerfile | 5 RUN npm install 16 RUN apt-get update && apt-get --no-install-recommends install -y python3.9 unzip xxd cgpt unzip ope…
|
D | README.md | 16 Then, in this directory, please use `npm build` to install the dependencies.
|
/development/samples/VirtualDeviceManager/ |
D | setup.sh | 44 if ! adb -s "${1}" install -r -d -g "${2}" > /dev/null; then 46 run_cmd_or_die adb -s "${1}" install -r -d -g "${2}" 101 …run_cmd_with_retries adb -s "${TARGET_DEVICE_SERIAL}" wait-for-device shell pm install -r -g -d "$… 124 -i|--install-only) PERFORM_BUILD=false; shift ;; 235 …&& adb -s "${HOST_SERIAL}" install -r -d -g "${OUT}/${HOST_APK_DIR}/VdmHost.apk" > /dev/null 2>&1;… 256 …&& adb -s "${CAMERA_DEMO_SERIAL}" install -r -d -g "${OUT}/${CAMERA_DEMO_APK_DIR}/VirtualCameraDem…
|
D | README.md | 7 [Build & Install](#build-and-install) \ 63 The interactive script will prompt you which apps to install to which of the 64 available devices, build the APKs and install them. 92 `adb install -r -d -g $OUT/system/priv-app/VdmHost/VdmHost.apk` 94 1. Build and install the Demo app on the host device. 97 m -j VdmDemos && adb install -r -d -g $OUT/system/app/VdmDemos/VdmDemos.apk 100 1. Build and install the Client app on the client device. 103 m -j VdmClient && adb install -r -d -g $OUT/system/app/VdmClient/VdmClient.apk
|
/development/samples/DeviceAdminWhitelistedAccount/ |
D | README.md | 5 ## Build and install: 10 adb install -r -g $OUT/data/app/DeviceAdminWhitelistedAccount/DeviceAdminWhitelistedAccount.apk
|
/development/vndk/tools/sourcedr/ninja/ |
D | list_installed_module_under_source.py | 32 for install, path in itertools.product(installs, paths): 33 yield (install, path)
|
/development/python-packages/fetchartifact/ |
D | README.md | 25 For first time set-up, install https://python-poetry.org/, then run 26 `poetry install` to install the project's dependencies.
|
/development/vndk/tools/ |
D | system_image_diff.py | 66 for install in installs: 67 if install.startswith(system_prefix): 68 system_file = install[system_prefix_len:]
|
/development/samples/ReceiveContentDemo/ |
D | README.md | 6 m ReceiveContentDemo && adb install out/target/product/blueline/system/app/ReceiveContentDemo/Recei…
|
/development/tools/motion/motion_test_watcher_app/ |
D | README.md | 12 npm install
|
/development/tools/repo_diff/service/repodiff/remote_scripts/ |
D | gce_startup.sh | 16 apt-get -qq -y --force-yes install docker.io
|
/development/samples/browseable/WearSpeakerSample/ |
D | _index.jd | 11 This sample doesn't have any companion phone app so you need to install this directly
|
/development/python-packages/ |
D | .gitignore | 93 # having no cross-platform support, pipenv may install dependencies that don't work, or not 94 # install all needed dependencies.
|
/development/tools/ndk/ |
D | .gitignore | 93 # having no cross-platform support, pipenv may install dependencies that don't work, or not 94 # install all needed dependencies.
|
/development/scripts/ |
D | boardconfig_usage_analysis.py | 84 for install in installs: 85 if install.startswith(out_system_path):
|
D | acov | 97 sudo apt-get install lcov
|
/development/host/windows/usb/ |
D | readme.txt | 1 android_winusb.inf file contained in this folder must be used to install 20 to install WinUsb framework. These files can be obtained from WDK 'redist'
|
/development/tools/repo_diff/service/repodiff/ |
D | Dockerfile | 11 && go install repodiff \
|
/development/tools/winscope/ |
D | README.md | 13 * Run `npm install`
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | InstallApkSessionApi.java | 57 Button button = (Button) findViewById(R.id.install); in onCreate()
|
/development/host/windows/usb/api/ |
D | BUILDME.TXT | 15 In order to build a directory with a SOURCES file you will need to install
|
/development/host/windows/usb/winusb/ |
D | BUILDME.TXT | 15 In order to build a directory with a SOURCES file you will need to install
|
/development/host/windows/usb/adb_winapi_test/ |
D | BUILDME.TXT | 15 In order to build a directory with a SOURCES file you will need to install
|
/development/samples/VoiceInteractionService/ |
D | README.md | 22 * adb install like usual
|
12