Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Chrome for Android in Android emulator

Tags:

I want to install the Chrome for Android on the Android emulator (running Windows 7 64bits). I tried accessing the google play market from the emulator, but it won't let me install.

I tried installing the chrome for android APK from here, but when I launch chrome it says the minimum supported OS is ice cream sanwdich 4.0

With FireFox it was very easy, I just grabbed the APK from their FTP server & run the adb install command, one would think it should be even easier with chrome, but it's really not!

Any advice please?

like image 685
TheDude Avatar asked Feb 07 '13 09:02

TheDude


People also ask

Is there an Android emulator for Chrome?

ARChon is available as a Chrome extension Android emulator. It is accessible not just on Windows but even on Linux and macOS as well. It even works fine on Chromebooks as well.

How do I add an emulator to Chrome?

Start Chrome, navigate to the web page you want to test and open the Developer Tools (Menu > Tools > Developer Tools, Cmd + Opt + I on macOS or F12 / Ctrl + Shift + I on Windows and Linux). While not quite an iOS or Android emulator, a number of mobile devices running both platforms can be selected as presets.

Can you download Chrome APK?

To download and install Google Chrome on your Android device, simply find the latest version of the APK on the Uptodown website, where you can also find previous versions of the app.


1 Answers

Android 5.1, Chrome 57:

  • Create emulator.
  • Run emulator.
  • Wait for emulator to boot.
  • Download chrome-android.apk to your PC.
  • Drag-drop apk to emulator screen.

Should install. Takes a long time.

enter image description here

like image 152
TEH EMPRAH Avatar answered Nov 04 '22 23:11

TEH EMPRAH