Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: docs/android_test_instructions.md

Issue 2350013004: Upgrade to new Android SDK. (Closed)
Patch Set: [Reland] Upgrade to new Android SDK. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cronet/tools/generate_javadoc.py ('k') | tools/android/eclipse/.classpath » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/android_test_instructions.md
diff --git a/docs/android_test_instructions.md b/docs/android_test_instructions.md
index 6524177a06f464799ad856f750720ca9a943baf6..3449a022948ccd99b843511f75e47bc12354c223 100644
--- a/docs/android_test_instructions.md
+++ b/docs/android_test_instructions.md
@@ -152,11 +152,11 @@ with the following commands:
```shell
# Resize userdata partition to be 1G
-resize2fs android_emulator_sdk/sdk/system-images/android-23/x86/userdata.img 1G
+resize2fs android_emulator_sdk/sdk/system-images/android-24/x86/userdata.img 1G
# Set filesystem parameter to continue on errors; Android doesn't like some
# things e2fsprogs does.
-tune2fs -e continue android_emulator_sdk/sdk/system-images/android-23/x86/userdata.img
+tune2fs -e continue android_emulator_sdk/sdk/system-images/android-24/x86/userdata.img
```
## Symbolizing Crashes
« no previous file with comments | « components/cronet/tools/generate_javadoc.py ('k') | tools/android/eclipse/.classpath » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698