Skip to content

Commit d9cff10

Browse files
authored
Update README.md
1 parent 5856ca5 commit d9cff10

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,17 @@ CSDN: http://blog.csdn.net/rain_butterfly
1717
* Clarify the project business logic can completely fit for domestic company engineer
1818
* This project will follow up and update Google browser kernel version for a long time, welcome to the star
1919

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)
22+
2023
###Screenshots
2124
![](https://github.com/JackyAndroid/AndroidChromium/blob/master/screenshots/S60709-172236.jpg) ![](https://github.com/JackyAndroid/AndroidChromium/blob/master/screenshots/S60709-172251.jpg) ![](https://github.com/JackyAndroid/AndroidChromium/blob/master/screenshots/S60709-172309.jpg)
2225

2326
![](https://github.com/JackyAndroid/AndroidChromium/blob/master/screenshots/S60709-172403.jpg) ![](https://github.com/JackyAndroid/AndroidChromium/blob/master/screenshots/S60709-172456.jpg) ![](https://github.com/JackyAndroid/AndroidChromium/blob/master/screenshots/S60709-173225.jpg)
2427

28+
###The following to upgrade the chrome kernel explanation, not relevant personnel can be ignored
29+
---
30+
2531
###Preparation
2632

2733
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
@@ -65,13 +71,12 @@ libraries/datausagechart_res --------- chromium/src/third_party/android_data_cha
6571

6672
libraries/ui_res ---------- chromium/src/ui/android/java/res
6773

68-
###Suggestions and considerations
74+
###The kernel upgrade matters needing attention
6975

7076
1. Pak and dat files need to be added to the assets directory, and cannot be compressed
7177
2. Aidl files added to the main/aidl
7278
3. The current build chromium version is 48.0.2554.0, the kernel is the official version
7379
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)
7580

7681
###Thanks
7782

0 commit comments

Comments
 (0)