Giter Site home page Giter Site logo

Comments (4)

casualsnek avatar casualsnek commented on June 26, 2024

Looks like you are missing chromium webview for android ! Have you installed Gapps package as well ? And let play store update it's components ?

The name of app causing this issue would be helpful in testing !

from waydroid_script.

togetherwithasteria avatar togetherwithasteria commented on June 26, 2024

Looks like you are missing chromium webview for android ! Have you installed Gapps package as well ? And let play store update it's components ?

The name of app causing this issue would be helpful in testing !

Hello!!
The OP said "not sure if this is Unity-related", which means it should have been an app made with Unity. Genshin Impact also has this issue (waydroid/waydroid#1206) and also heavily relies on WebView to render information and update logs.

from waydroid_script.

togetherwithasteria avatar togetherwithasteria commented on June 26, 2024

Edit: the issue doesn't happen with Honkai Star Rail, Genshin's sister game, and also presumably shares a large amount of code (it is built in Unity and has a really similar UI). So the app is probably Genshin. It's also probably not something to do with Unity itself.

from waydroid_script.

togetherwithasteria avatar togetherwithasteria commented on June 26, 2024

Adding a note for anyone who would find this useful, I don't think copying the file to libwebviewchromium.so will work. I found libwebviewchromium.so inside /system/product/app/webview/webview.apk. I'm not certain how dlopen fails to find it...

~/webview.apk$ ls 
AndroidManifest.xml  assets  classes.dex  lib  META-INF  res  resources.arsc
~/webview.apk$ ls lib
x86  x86_64
~/webview.apk$ ls lib/*/**
lib/x86_64/libcrashpad_handler_trampoline.so  lib/x86_64/libwebviewchromium.so  lib/x86/libcrashpad_handler_trampoline.so  lib/x86/libwebviewchromium.so
~/webview.apk$ 

Funfact: libwebviewchromium_plat_support.so and libwebviewchromium_loader.so does not link to any native chromium code at all, according to the Android source code. libwebviewchromium_plat_support.so provides the system interfaces allowing WebView to render and libwebviewchromium_loader.so provides the system interfaces required to load WebView.

from waydroid_script.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.