Alex313031 / thorium

Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md.
https://thorium.rocks/
BSD 3-Clause "New" or "Revised" License
4.69k stars 145 forks source link

Error when build arm64 android chromium webview #793

Open Cuong29 opened 2 weeks ago

Cuong29 commented 2 weeks ago

image i install step by step : Install depot_tools Clone Thorium Clone Chromium: fetch --nohooks chromium Run ./build/install-build-deps.sh --no-nacl --android Edit chromium/.gclient, add line at end target_os = ["android"] gclient sync Run ./trunk.sh Edit version.sh, add line near end with --target=android-arm64 so it downloads that PGO profile. Run it Run ./setup.sh --android Update last line of ~/thorium/arm/android/android_arm64_args.gn with path of downloaded android arm64 PGO file Paste contents of args.gn file when running gn args out/thorium Run ./build_android.sh --arm64 4 and result such as picture when i running ./build_android.sh --arm64 4

Alex313031 commented 1 week ago

@Cuong29 Hmmm. What OS are you building on, ubuntu 22.04 or 24.04?

Cuong29 commented 1 week ago

i build on 22.04. i built android webview.

Cuong29 commented 1 week ago

@Alex313031