Beim Öffnen von WebView im Emulator wurde Folgendes angezeigt:
LaunchProcess: failed to execvp: /usr/lib/arm-linux-gnueabihf/oxide-qt/chrome-sandbox
Beim Öffnen von WebView im Emulator wurde Folgendes angezeigt:
LaunchProcess: failed to execvp: /usr/lib/arm-linux-gnueabihf/oxide-qt/chrome-sandbox
Make sure to include the "webview" policy group in your apparmor profile. At a minimum, the apparmor JSON file should be
{
"policy_groups": [
"networking",
"webview"
],
"policy_version": 1.2
}