thorium icon indicating copy to clipboard operation
thorium copied to clipboard

Error when build arm64 android chromium webview

Open Cuong29 opened this issue 1 year ago • 3 comments

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

Cuong29 avatar Aug 27 '24 03:08 Cuong29

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

Alex313031 avatar Sep 01 '24 19:09 Alex313031

i build on 22.04. i built android webview.

Cuong29 avatar Sep 02 '24 07:09 Cuong29

@Alex313031

Cuong29 avatar Sep 02 '24 07:09 Cuong29