2

I'm trying to install the Chrome browser on the Android emulator (x86 image) but can't seem to install it. Did anyone succeed in installing this on an emulator?

I tried by installing the Google Play Store, which failed, then I tried pushing a Chrome apk I found on the web with adb, but that crashed upon opening.

Any hints would be more than welcome!

Jochen
  • 1,853
  • 3
  • 20
  • 28
  • Did you ever get Chromium working? I'm experiencing the same. It either crashes immediately upon opening or occasionally will throw a vague error message: "Unfortunately, Chromium Shell has stopped" – mattacular May 12 '14 at 14:25

2 Answers2

2

I was experiencing the same problem attempting to install Chromium APK onto an Android emulator. It would crash immediately upon trying to open the app. There is no guarantee that you are experiencing the same issue, but these steps helped:

  1. Make sure your AVD has an SD card configured.
  2. Use ARM processor instead of Intel Atom
mattacular
  • 1,849
  • 13
  • 17
1

There are a huge number of other services that you need to do. The simplest solution is to install the Content Shell which is the full renderer but not the browser ui (such as bookmarks, history etc)

Kinlan
  • 16,315
  • 5
  • 56
  • 88