Index: build/android/adb_install_content_shell |
diff --git a/build/android/adb_install_content_shell b/build/android/adb_install_content_shell |
index b4d80521339bd3398822a1f23ed33dbceb1433a1..d1a8ee965b9049df130ce4deee71998f71af405f 100755 |
--- a/build/android/adb_install_content_shell |
+++ b/build/android/adb_install_content_shell |
@@ -4,4 +4,6 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+# install -r doesn't always work? Try uninstalling first. |
+adb uninstall org.chromium.content_shell |
adb install -r ${CHROME_SRC}/out/Release/content_shell/ContentShell-debug.apk |