Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 34) sorted by relevance

12

/development/apps/DumpViewer/
DREADME.md14 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/
DDockerfile5 RUN npm install
16 RUN apt-get update && apt-get --no-install-recommends install -y python3.9 unzip xxd cgpt unzip ope…
DREADME.md16 Then, in this directory, please use `npm build` to install the dependencies.
/development/samples/VirtualDeviceManager/
Dsetup.sh44 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…
DREADME.md7 [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/
DREADME.md5 ## Build and install:
10 adb install -r -g $OUT/data/app/DeviceAdminWhitelistedAccount/DeviceAdminWhitelistedAccount.apk
/development/vndk/tools/sourcedr/ninja/
Dlist_installed_module_under_source.py32 for install, path in itertools.product(installs, paths):
33 yield (install, path)
/development/python-packages/fetchartifact/
DREADME.md25 For first time set-up, install https://python-poetry.org/, then run
26 `poetry install` to install the project's dependencies.
/development/vndk/tools/
Dsystem_image_diff.py66 for install in installs:
67 if install.startswith(system_prefix):
68 system_file = install[system_prefix_len:]
/development/samples/ReceiveContentDemo/
DREADME.md6 m ReceiveContentDemo && adb install out/target/product/blueline/system/app/ReceiveContentDemo/Recei…
/development/tools/motion/motion_test_watcher_app/
DREADME.md12 npm install
/development/tools/repo_diff/service/repodiff/remote_scripts/
Dgce_startup.sh16 apt-get -qq -y --force-yes install docker.io
/development/samples/browseable/WearSpeakerSample/
D_index.jd11 This sample doesn't have any companion phone app so you need to install this directly
/development/python-packages/
D.gitignore93 # having no cross-platform support, pipenv may install dependencies that don't work, or not
94 # install all needed dependencies.
/development/tools/ndk/
D.gitignore93 # having no cross-platform support, pipenv may install dependencies that don't work, or not
94 # install all needed dependencies.
/development/scripts/
Dboardconfig_usage_analysis.py84 for install in installs:
85 if install.startswith(out_system_path):
Dacov97 sudo apt-get install lcov
/development/host/windows/usb/
Dreadme.txt1 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/
DDockerfile11 && go install repodiff \
/development/tools/winscope/
DREADME.md13 * Run `npm install`
/development/samples/ApiDemos/src/com/example/android/apis/content/
DInstallApkSessionApi.java57 Button button = (Button) findViewById(R.id.install); in onCreate()
/development/host/windows/usb/api/
DBUILDME.TXT15 In order to build a directory with a SOURCES file you will need to install
/development/host/windows/usb/winusb/
DBUILDME.TXT15 In order to build a directory with a SOURCES file you will need to install
/development/host/windows/usb/adb_winapi_test/
DBUILDME.TXT15 In order to build a directory with a SOURCES file you will need to install
/development/samples/VoiceInteractionService/
DREADME.md22 * adb install like usual

12