Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to run the Chromium Browser on Android?

Since you should be able to build Chromium browser on any reasonably modern Linux distribution, can we assume that you should be able to build it onto Android ?

like image 454
Bamerza Avatar asked Jan 15 '10 20:01

Bamerza


People also ask

Does Chromium work on Android?

Our in-app browser for Facebook on Android has historically relied on an Android System WebView based on Chromium, the open source project that powers many browsers on Android and other operating systems.

Is Chromium for Android safe?

The Chromium browser itself won't harm your machine as long as you download it from a trusted source. Since it's intended for developers, it's less stable and less secure than most browsers, and may put you at a higher risk of a malware infection.

Is Chrome Android based on Chromium?

Google developers take the Chromium source code and add their proprietary code – thus resulting in Chrome which has more features and add-ons than Chromium. For example, Chrome updates automatically can track browsing data and provides native support for Flash.

Is Chromium as fast as Chrome?

Chrome and Chromium are both fast browsers, but they rely on extensions since they don't have a wide range of features on their own. As you can tell, Chrome emerges as the victor once again. Chromium isn't a slow browser, but Chrome is much faster, according to our browser testing.


2 Answers

No, Android is not exactly a Linux distribution. It's based on a Linux kernel, but it doesn't include an X server nor other dependencies for building Chromium on Linux.

However the Android Browser is also based on WebKit and includes the V8 JavaScript engine.

like image 199
Mirko N. Avatar answered Oct 21 '22 04:10

Mirko N.


You can now run Chrome on Android:

http://code.google.com/chrome/mobile/

It's only available on some countries and only on Android 4.0+.

like image 45
Kimmo Puputti Avatar answered Oct 21 '22 05:10

Kimmo Puputti