AndroidChromium
AndroidChromium copied to clipboard
chrome browser of android version from chromium open project
In some devices (Samsung tab 3) Chrome app cannot be opened. Every time it crashes with following exception. org.chromium.chrome.browser E/AndroidRuntime: FATAL EXCEPTION: main Process: org.chromium.chrome.browser, PID: 15079 java.lang.NoClassDefFoundError: org.chromium.chrome.browser.provider.ChromeBrowserProvider$1 at...
Hello, thanks for sharing this project. Do you have a document that describes the structure of the code in this project? I can not find any on the internet or...
Chromium升级内核
最近的稳定版本是56.0.2924.87,然后我看到了这个项目,也想尝试将此迁移为最新的稳定版本 但是发现有很多文件位置和依赖都有较大修改,有些库也被切割 所以想咨询一下作者,是否有更加详细的理论操作文档?想加入到移植中来
https://lists.crosswalk-project.org/pipermail/crosswalk-help/2017-February/002411.html can you port this to Cordova too ?
First of all thanks for your effort. I am using this source to create a browser app for my personal use. When i compiled this source code and run it...