Commit 3473e2ed authored by Matt Falkenhagen's avatar Matt Falkenhagen Committed by Commit Bot

Documentation: Mention need to flash your device for Android tests.

Change-Id: I5b4035dadf55b3a5e1d1b32010f0bfd324ad9b6b
Reviewed-on: https://chromium-review.googlesource.com/c/1355313Reviewed-by: default avataragrieve <agrieve@chromium.org>
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#612993}
parent b35a59e1
...@@ -6,6 +6,19 @@ ...@@ -6,6 +6,19 @@
### Physical Device Setup ### Physical Device Setup
#### Root Access
Running tests requires being able to run "adb root", which requires using a
userdebug build on your device.
To use a userdebug build, see
[Running Builds](https://source.android.com/setup/build/running.html). Googlers
can refer to [this page](https://goto.google.com/flashdevice).
If you can't run "adb root", you will get an error when trying to install the
test APKs like "adb: error: failed to copy" and "remote secure_mkdirs failed:
Operation not permitted".
#### ADB Debugging #### ADB Debugging
The adb executable exists within the Android SDK: The adb executable exists within the Android SDK:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment