You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Clarify the project business logic can completely fit for domestic company engineer
18
18
* This project will follow up and update Google browser kernel version for a long time, welcome to the star
19
19
20
+
###Notice
21
+
If you are using AndroidStudio above 2.0 version and open instant run function, suggested to debug after closing (instant run will modify on the Application of the result in chrome provider context reference error)
###The following to upgrade the chrome kernel explanation, not relevant personnel can be ignored
29
+
---
30
+
25
31
###Preparation
26
32
27
33
Refer to [official](https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.md) and other tutorial compile chromium source code, and can generate chrome apk
1. Pak and dat files need to be added to the assets directory, and cannot be compressed
71
77
2. Aidl files added to the main/aidl
72
78
3. The current build chromium version is 48.0.2554.0, the kernel is the official version
73
79
4. Because some Java file is through the C compiler generated, there is only the chromium/SRC/out directory.If according to corresponding relation between the above updated version missing files, please go to the out/directory search, add corresponding files according to the namespace.There are some temporary generated XML resource file also need the out/directory on copy to the corresponding resource module.
74
-
5. If you are using AndroidStudio above 2.0 version and open instant run function, suggested to debug after closing (instant run will modify on the Application of the result in chrome provider context reference error)
0 commit comments