From 6429fd1e41129fb960d1ff341a1befe8ac932600 Mon Sep 17 00:00:00 2001 From: djsollen Date: Tue, 3 Feb 2015 15:07:30 -0800 Subject: Cleanup the android scripts. Rename a few files to make their function clearer. Update other files to remove dead code or improve function. Review URL: https://codereview.chromium.org/865943007 --- site/user/quick/android.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site') diff --git a/site/user/quick/android.md b/site/user/quick/android.md index db22aef380..5a39049bd1 100644 --- a/site/user/quick/android.md +++ b/site/user/quick/android.md @@ -137,7 +137,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. @@ -162,7 +162,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. -- cgit v1.2.3