-
Notifications
You must be signed in to change notification settings - Fork 192
sync_chromium.sh error #32
Comments
Use |
Running with bash solved this issue. Now i'm getting this error "cp: cannot stat '/home/**/chromium/src/third_party/android_async_task/java/src/': No such file or directory". Does this mean something went wrong with the "install-build-deps-android" process? Thanks |
It means the Chromium source changed, you need to modify the script. |
Could yo please help me out with this? I'm not quite sure where to start Thanks |
Delete this line:
and try agin. |
The sync script in the repo is only for the project version. Current is 70.0.3538.118. If you want to use it in other version. you need to update the script yourself. |
OK Thanks |
Hi Could you help me out with the correct command for checking out the 70.0.3538.118 version? I tried to run the following commands
After the last command i get this error:
What am i doing wrong? Thanks |
|
Hi, Thanks. It seams i'm still missing something. Here are the steps i'm doing:
After installing the APK i see the chromium version is 73.xxx, not 70.0.3538.118 as i expected. What am i missing? I really appreciate your help |
@kuoruan Could you please help me out with this thing? I could like to be able to complete the build and update processes. Thanks |
Go to https://chromium.googlesource.com/chromium/src/+refs and choose a tag you want.
Then:
Add the compile args.
|
Hi @kuoruan I tryed to follow your instructions. I ran this:
I get the following error: `Syncing projects: 95% (196/206) src/v8 src/third_party/webrtc (ERROR) Thank you for your time |
Hi @kuoruan If you could please explain in more details. I really appreciate your help Thank's again |
It' a bug of gclient script (maybe?). If you sync error, just go to the dir in the error log. Run |
Hi @kuoruan This seems to solve this issue |
Hi
When trying to run the sync script i get this error:
cp: target '/home/***/Chromium/app/src/main/java' is not a directory
The problom seams to be this line of code:
"mkdir -p ${MODULES_DIR}/components/{autofill,components_base,embedder_support}/src/main/res"
it creates the "src" folder as "{src" and also created a footer named "{java,res,aidl},libs}".
trying to run this specific command manually creates the right folders, but via the script i get the error
I'm using android 16.
i'm running the script like this: sh ./sync_chromium.sh
Thanks
The text was updated successfully, but these errors were encountered: