https://github.com/paulkinlan/chromium-android-installer
Install Chromium Test Shell on Android
https://github.com/paulkinlan/chromium-android-installer
Last synced: about 1 month ago
JSON representation
Install Chromium Test Shell on Android
- Host: GitHub
- URL: https://github.com/paulkinlan/chromium-android-installer
- Owner: PaulKinlan
- Created: 2013-06-11T16:08:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-26T11:14:45.000Z (almost 9 years ago)
- Last Synced: 2025-04-15T19:18:16.426Z (about 1 month ago)
- Language: Shell
- Size: 135 KB
- Stars: 66
- Watchers: 7
- Forks: 27
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
Get the latest Chrome on Android ChromeShell and ContentShell and install it on all running emulators and connected devices with`./install-chromeandroid.sh [-slr]`
which accepts the following familiar command line flags:
- `-s` installs on SD card instead of internal storage
- `-l` forward-locks the app
- `-r` reinstalls the app, keeping its data# Update Existing
`./update-chromeandroid.sh [-slr]`
Same as above and accepts the same flags, but first uninstalls — while preserving data and cache directories — the existing package from the device.
# Deleting
Just for the sake of completness, we include
`./delete-chromeandroid.sh`
which accepts the optional `-k` commandline flag to keep data and cache directories (which you probably never want to do unless you're updating, which is provided for above).# Automation
These scripts should be suitable for inclusion in other automated workflows: each requirement is validated and the script will terminate immediately with exit code 1 if something bad happens (curl fails, unzip fails, uninstall while updating fails, etc).Find a few [more details here](http://paul.kinlan.me/installing-chrome-for-android-on-an-emulator/)