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

Unified Diff: site/user/quick/android.md

Issue 865943007: Cleanup the android scripts. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: actually saving the file Created 5 years, 11 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
Index: site/user/quick/android.md
diff --git a/site/user/quick/android.md b/site/user/quick/android.md
index a73523b702fe87fe9429210ff29f157518549a50..3fc5d36c7d9c360186c85271e9254afefaed3e38 100644
--- a/site/user/quick/android.md
+++ b/site/user/quick/android.md
@@ -135,7 +135,7 @@ The SampleApp on Android provides a simple UI for viewing sample slides and gm i
Then, install the app onto the device:
- ./platform_tools/android/bin/android_install_apk
+ ./platform_tools/android/bin/android_install_app
Finally to run the application you must navigate to the Skia Samples
application using the application launcher on your device.
@@ -160,7 +160,7 @@ device and placed into a temporary folder. The script does not build the app -
you'll have to do that first.
# you can include additional arguments in quotes (e.g. "dm --nopdf")
- ./platform_tools/android/bin/android_gdb_exe dm
+ ./platform_tools/android/bin/android_gdb_native dm
When the gdb client is ready, insert a breakpoint, and continue to let the
program resume execution.
« platform_tools/android/bin/android_gdb_native ('K') | « platform_tools/android/bin/android_kill_skia ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698