Replies: 1 comment
|
The native renderer is definitely still being worked on, but Android support looks like it’s still in the experimental/bleeding-edge stage rather than something fully supported through dx yet. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
On the current
mainbranch, the WebView renderer starts successfully, butdx serve --android --renderer nativefails with the following error.I wanted to try the native renderer because the device uses an old Android 7 System WebView based on Chromium 52, which is too old to run the interpreter.
I understand that the native renderer is experimental. I would like to confirm whether Android support for the native renderer is currently under active development, or whether Android is not supported yet.
All reactions