PaulKinlan / chromium-android-installer

Install Chromium Test Shell on Android
65 stars 28 forks source link

How can I install latest chrome browser app on android emulator? #13

Open Rnij opened 6 years ago

Rnij commented 6 years ago

How can I install latest chrome browser app on android emulator? I downloaded the latest apk from location https://www.androidapksfree.com/devapk/google-inc/chrome/ When I drag and drop the latest version on an android emulator it gives an error INSTALL_FAILED_NO_MATCHING_ABIS.

Following are the details of the emulator. Name: Galaxy_Nexus_API_23 CPU/ABI: Google APIs Intel Atom (x86) Path: C:\Users\rnijasure.android\avd\Galaxy_Nexus_API_23.avd Target: google_apis [Google APIs] (API level 23) Skin: galaxy_nexus SD Card: 100M hw.dPad: no hw.lcd.height: 1280 runtime.network.speed: full hw.accelerometer: yes hw.device.name: Galaxy Nexus vm.heapSize: 80 skin.dynamic: yes hw.device.manufacturer: Google hw.lcd.width: 720 hw.gps: yes hw.initialOrientation: Portrait image.androidVersion.api: 23 hw.audioInput: yes image.sysdir.1: system-images\android-23\google_apis\x86\ tag.id: google_apis showDeviceFrame: yes hw.camera.back: emulated hw.mainKeys: no AvdId: Galaxy_Nexus_API_23 hw.camera.front: emulated hw.lcd.density: 320 avd.ini.displayname: Galaxy Nexus API 23 hw.gpu.mode: auto hw.device.hash2: MD5:5c288d27461585ecc73a535555e7cf61 hw.ramSize: 1024 hw.trackBall: no PlayStore.enabled: false fastboot.forceColdBoot: no hw.battery: yes hw.cpu.ncore: 2 hw.sdCard: yes tag.display: Google APIs runtime.network.latency: none hw.keyboard: yes hw.sensors.proximity: yes disk.dataPartition.size: 800M hw.sensors.orientation: yes avd.ini.encoding: UTF-8 hw.gpu.enabled: yes

neekey commented 6 years ago

Hey not sure if you are still struggling with this issue, I guess you just need to install the correct architecture of the chrome apk. I found apkmirror is a very handy website to download apps for different versions and architecture, for example https://www.apkmirror.com/apk/google-inc/chrome/chrome-52-0-2743-98-release/, I found the x86 version works for my emulator (I'm running it on Mac)

windows64 commented 2 years ago

@Rnij Your source file content is wrong

danyansun commented 9 months ago

try all variants chrome on apkmirror on android studio, can install successfully but chrome crash when open it. Anyone know the reason?

image