Karl Baumgartner
Karl Baumgartner
@zhouziyang I've debugged this further with Chrome and saw this error which is already reported https://github.com/remote-android/redroid-doc/issues/523 It's most clear when you type on URL bar. ``` 04-07 22:10:44.483 3399 3478...
I narrowed it down to Chrome process at Linux level. In a case where this happens, I looked up PID of `com.android.chrome` process and when tested to open a socket,...
The kernel modules are required by the Android OS itself, so there is no way to remove that requirement and still have a working Android environment in a container.
Moving the components to a `.tsx` file with `use client` directive and importing that file in `.mdx` solved the issue. Keeping the issue open in case the expected behavior is...
@zhouziyang I can reproduce the issue for Android 14, using `upsilon` and the `local_manifests`, following the docs [here](https://github.com/remote-android/redroid-doc/tree/master/android-builder-docker): ``` [ 93% 27/29] converting Android.bp files to BUILD files at out/soong/bp2build...
@wx5391805 It relies on ffmpeg's ability to figure out the hardware acceleration which is great. Although, I think if you have a native codec for your GPU and use the...