Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuoruan/chromium-android
Chromium Android Browser Source for Android Studio
https://github.com/kuoruan/chromium-android
android android-browser chrome-browser chromium chromium-source
Last synced: 10 days ago
JSON representation
Chromium Android Browser Source for Android Studio
- Host: GitHub
- URL: https://github.com/kuoruan/chromium-android
- Owner: kuoruan
- Archived: true
- Created: 2017-05-22T09:36:20.000Z (over 7 years ago)
- Default Branch: 73.0.3683.93
- Last Pushed: 2019-04-08T08:34:51.000Z (almost 6 years ago)
- Last Synced: 2024-12-30T13:39:03.367Z (about 1 month ago)
- Topics: android, android-browser, chrome-browser, chromium, chromium-source
- Language: Java
- Homepage:
- Size: 419 MB
- Stars: 390
- Watchers: 29
- Forks: 192
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Logo](screenshots/app_icon.png?raw=true "Logo")
# Chromium Android
[![Build Status](https://travis-ci.org/kuoruan/Chromium-Android.svg)](https://travis-ci.org/kuoruan/Chromium-Android) [![Release Version](https://img.shields.io/github/release/kuoruan/Chromium-Android.svg)](https://github.com/kuoruan/Chromium-Android/releases/latest) [![Latest Release Download](https://img.shields.io/github/downloads/kuoruan/Chromium-Android/latest/total.svg)](https://github.com/kuoruan/Chromium-Android/releases/latest)
### Introduction
- This is the source code of Chromium Android app.
- All files are from (or generate from) the [Chromium project](https://chromium.googlesource.com/ "Chromium source repo").
- This repository helps you review the most popular browser app on Android.
- You can also build your own Android browser with this repository.### Start Working
Check out this repository and open the project with [Android Studio](https://developer.android.com/studio/index.html "Download Android Studio").
Now you can build, run, debug as a normal android project.
Notice: If you have something wrong with build, try close instant run in Android Stuido settings.
### Screenshots
![Welcome](screenshots/welcome.png?raw=true "Welcome") ![App Home](screenshots/app_home.png?raw=true "App Home")
![Html5 Score](screenshots/html5_score.png?raw=true "Html5 Score") ![Video Play](screenshots/video_play.png?raw=true "Video Play")
### Source Update
If you want to update Chromium source, these steps may help:
1. [Checking out and building Chromium for Android](https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.md), to match our build settings, use [tools/args.gn](tools/args.gn)
2. Generate files for Android Studio with offical guide: [Android Studio](https://chromium.googlesource.com/chromium/src/+/master/docs/android_studio.md)- After that, you can find some ```build.gradle``` files in ```[BUILD_TARGET]/gradle```, which defines the Java sources for Chromium.
3. Try sync files with script: [tools/sync_chromium.sh](tools/sync_chromium.sh)
- Replace `BASE_DIR` in script with your Chromium src dir.
- Replace `RELEASE_DIR` in script with your build dir.
- `PRO_DIR` is the dir where new files will copied to.
- **Sync script may out of date that you need modify it yourself**.4. Finally, replace all files in this project with the new files.
### Thanks
This project is based on:
- [https://github.com/JackyAndroid/AndroidChromium](https://github.com/JackyAndroid/AndroidChromium)
- [https://github.com/mogoweb/365browser](https://github.com/mogoweb/365browser)### Copyright & License
Please see [LICENSE](https://chromium.googlesource.com/chromium/src/+/master/LICENSE).