webview browser tester could not play online video in emulator
Reported by
lifekill...@gmail.com,
May 17 2017
|
|
Issue descriptionDevice name: emulator Android version: 7.1.1 WebView version: 52.0.2743.100 Application: webview browser tester Application version: 1.0 URLs (if applicable): http://m.iqiyi.com/ Steps to reproduce: (1) running webview browser tester (2) open url http://m.iqiyi.com/ (3) playing online video Expected result: Normal display video image Actual result: Display video image exception, no update
,
May 18 2017
Emulator setting:
Graphics: Hardware-GLES2.0
If changes below code
private static final boolean FORCE_AUXILIARY_BITMAP_RENDERING =
"goldfish".equals(Build.HARDWARE) || "ranchu".equals(Build.HARDWARE);
to
private static final boolean FORCE_AUXILIARY_BITMAP_RENDERING = false;
How to build "webview.apk"(external/chromium-webview/prebuilt/arm/webview.apk),
now my build environment can build out "ChromePublic.apk SystemWebView.apk AndroidWebView.apk", but could not build out "webview.apk"
Thanks a lots!
,
May 18 2017
Compare extract files between webview.apk and AndroidWebView.apk or SystemWebView.apk, but could not find "libwebviewchromium.so"(only one in webview.apk/lib/armeabi-v7a) in AndroidWebView.apk or SystemWebView.apk, why? Need to build release version?
,
May 18 2017
SystemWebView.apk is the correct thing. The filename is just different in the Android tree for historical reasons - it's just renamed. The contents are different because you've done a different type of build (debug vs release, as you guessed) but it doesn't matter; the debug one will work fine. |
|
►
Sign in to add a comment |
|
Comment 1 by boliu@chromium.org
, May 17 2017