android webview performance crosswalk
Now HAHA!! https://diego.org/2015/01/07/embedding-crosswalk-in-android-studio/ https://crosswalk-project.org/documentation/embedding_crosswalk/crosswalk_aar.html https://www.timroes.de/2013/11/23/old-webview-vs-chromium-webview/ Have you looked at crosswalk? https://crosswalk-project.org/ It’s a chromium web runtime that can be packaged with the app, so you get a benefit on 4.x devices, not just kitkat. It has more features (like webrtc) and sometimes outperforms chromium webview. https://crosswalk-project.org/ ============== https://gist.github.com/butelo/9365587 1:R.layout.activity_xwalk_embed_lib -> R.layout.xxxxx 2: R.menu.xwalk_embed_lib -> R.menu.xxxx 3: AndroidManifest.xml ============== use this https://groups.google.com/forum/#!msg/adt-dev/nQobKd2Gl_8/Z5yWAvCh4h4J problem:libxwalkcore.so can be soft. just do armeabi-v7a.jar is have lib/armeabi-v7a/libxwalkcore.so and jar put in libs test for this, use android studio, have big problem:libxwalkcore.so ...