Update Android System WebView on SDK Emulator

孤街浪徒 提交于 2019-12-05 01:21:14

Did you try the M preview SDK? It contains WebView 44.

And while we are here, some more background:

  • WebView in Android AOSP (which comes with the SDK) and WebView in Android GMS (Google-branded devices) are different packages, and the OS is wired to use the corresponding package. Thus, even though it's possible to install these apks criss-cross on a different OS flavour, they will not work there.

  • WebView is updated via Play Store, which only exists on GMS devices, not on the emulator. So the AOSP version can only be updated manually.

  • But besides these package name differences, both WebView AOSP and WebView GMS are essentially the same.

  • You can even build WebView AOSP yourself. Although, this will require a beefy Linux machine to pull out.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!