How to change chrome version to chrome 110 on local device

In this tutorial, we suggest to use apkmirror. Greenspector cannot be held responsible in the event of a security problem. We can only say that apkmirror is a good alternative to playstore with a serious community. Only community member can publish on the store, you just install an apk with the same signature as your chrome (the command ‘adb install’ will detect if the apk was not signed by google)

For android 10+

To change chrome version on your phone on android 10+, you can do

  • Close your Chrome on your device

  • Download the mandatory library for chrome 110 trichrome-library

  • Connect your phone to your PC

  • Open a terminal on the directory where you download the apk and enter the command (if you have difficulty, please use completion to let your terminal set the correct path to the apk)

    adb install com.google.android.trichromelibrary_110.0.5481.65-548106533_minAPI29\(arm64-v8a,armeabi-v7a\)\(nodpi\)_apkmirror.com.apk
  • Download the .apkm bundle of chrome 110 here : chrome 110

  • Unzip the .apkm file

  • Connect your phone to your PC

  • Open a terminal on the unzip directory

  • Enter the command

    adb install-multiple -r -d *.apk
  • Open chrome on check it works

  • You need to prepare your chrome to use GDSL commands

    testrunner testdslcommand -c browserReset

For android < 10

  • Close your Chrome on your device

  • Connect your phone to your PC

  • Download the .apkm bundle of chrome 110 here : Chrome 110

  • Unzip the .apkm file

  • Open a terminal on the unzip directory

  • Enter the command

  • Open chrome on check it works

  • You need to prepare your chrome to use GDSL commands

     

For x86 emulator android 10 in linux and windows

  • Turn on your emulator

  • Please check the following command return x86

  • Close your Chrome on your emulator

  • Download the mandatory library for chrome 110 : trichrome-library

  • Open a terminal on the directory where you download the apk and enter the command (if you have difficulty, please use completion to let your terminal set the correct path to the apk)

  • Download the .apkm bundle of chrome 110 here : Chrome 110

  • Unzip the .apkm file

  • Open a terminal on the unzip directory

  • Enter the command

  • Open chrome on check it works

  • You need to prepare your chrome to use GDSL commands

     

For x86_64 emulator android > 10 in linux and windows

  • Turn on your emulator

  • Please check the following command return x86_64

  • Close your Chrome on your emulator

  • Download the mandatory library for chrome 110 : trichrome-library

  • Open a terminal on the directory where you download the apk and enter the command (if you have difficulty, please use completion to let your terminal set the correct path to the apk)

  • Download the .apkm bundle of chrome 110 here : Chrome 110

  • Unzip the .apkm file

  • Open a terminal on the unzip directory

  • Enter the command

  • Open chrome on check it works

  • You need to prepare your chrome to use GDSL commands

Troubleshooting

If the chrome 110 installation does not work, please check if you use the good archive for android 10+ or android <10. If it does not work, you probably have a phone which does not have a processor arm64-v8a. You can check with the command adb shell getprop ro.product.cpu.abi

On these cases, you need to download chrome 110 archive which is suitable for your device

All archives for chrome 110