All Projects β†’ kuoruan β†’ Chromium Android

kuoruan / Chromium Android

Chromium Android Browser Source for Android Studio

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Chromium Android

AUG
πŸ’« Electron in Action δΈ­ζ–‡ηΏ»θ―‘
Stars: ✭ 69 (-73.86%)
Mutual labels:  chromium
Journey
JCEF-powered cross-platform web browser
Stars: ✭ 85 (-67.8%)
Mutual labels:  chromium
forge
πŸ”₯ Incubator of pet projects, tools, pet projects. Edge cases and failovers included.
Stars: ✭ 33 (-87.5%)
Mutual labels:  chromium
urlbox-screenshots-node
Capture website thumbnails using the urlbox.io screenshot as a service API in node
Stars: ✭ 14 (-94.7%)
Mutual labels:  chromium
DMSkin-Miniblink
WPF ι‡Œι’ 调用 Miniblink ζ΅θ§ˆε™¨ε†…ζ Έ
Stars: ✭ 35 (-86.74%)
Mutual labels:  chromium
chromium-swt
Create and render web UIs in Java SWT and Eclipse RCP applications.
Stars: ✭ 121 (-54.17%)
Mutual labels:  chromium
History-Disabler-for-Chromium
Disable all browsing history in Chromium browsers.
Stars: ✭ 29 (-89.02%)
Mutual labels:  chromium
chromium demo
A series of demos to show how chromium is constructed.
Stars: ✭ 152 (-42.42%)
Mutual labels:  chromium
electron-to-chromium
Provides a list of electron-to-chromium version mappings
Stars: ✭ 106 (-59.85%)
Mutual labels:  chromium
chrome-flags
πŸ’ My personal Chromium-based flags
Stars: ✭ 13 (-95.08%)
Mutual labels:  chromium
crusher
Develop.Test. Ship.πŸ¦– Open source e2 low-code web testing. Blazing fast alternative to Selenium, Cypress.
Stars: ✭ 148 (-43.94%)
Mutual labels:  chromium
Thorium
Chromium fork for linux named after radioactive element No. 90. Windows and Special builds are in different repositories, links are towards the top of the README.md.
Stars: ✭ 45 (-82.95%)
Mutual labels:  chromium
cefau3
Chromium Embedded Framework for AutoIt3
Stars: ✭ 23 (-91.29%)
Mutual labels:  chromium
jcefbuild
Binary builds of java-cef
Stars: ✭ 160 (-39.39%)
Mutual labels:  chromium
flast-legacy
Cross-platform browser based on Chromium.
Stars: ✭ 17 (-93.56%)
Mutual labels:  chromium
GModCEFCodecFix
Automatic Patching/Updating of GMod CEF
Stars: ✭ 68 (-74.24%)
Mutual labels:  chromium
DotNetBrowser-Examples
Examples of using DotNetBrowser
Stars: ✭ 19 (-92.8%)
Mutual labels:  chromium
browser
A drop-in web browser block
Stars: ✭ 53 (-79.92%)
Mutual labels:  chromium
mitm-play
Man in the middle using Playwright
Stars: ✭ 13 (-95.08%)
Mutual labels:  chromium
pccomponentes-buy-bot
A script made to buy any out-of-stock product off spanish stores
Stars: ✭ 34 (-87.12%)
Mutual labels:  chromium

Logo

Chromium Android

Build Status Release Version Latest Release Download

Introduction

  • This is the source code of Chromium Android app.
  • All files are from (or generate from) the Chromium project.
  • 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.

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 App Home

Html5 Score Video Play

Source Update

If you want to update Chromium source, these steps may help:

  1. Checking out and building Chromium for Android, to match our build settings, use tools/args.gn

  2. Generate files for Android Studio with offical guide: Android Studio

    • 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

    • 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:

Copyright & License

Please see LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].