Skip to content

Instantly share code, notes, and snippets.

@eepymeowers
Created March 19, 2026 22:10
Show Gist options
  • Select an option

  • Save eepymeowers/f662481ec7d5b186d1c34ae153fd7b5d to your computer and use it in GitHub Desktop.

Select an option

Save eepymeowers/f662481ec7d5b186d1c34ae153fd7b5d to your computer and use it in GitHub Desktop.
fix for webview.apk not existing
git clone https://github.com/LineageOS/android_external_chromium-webview_prebuilt_arm64 external/chromium-webview/prebuilt/arm64
you can also use the instructions from LuK1337's here: https://gist.github.com/luk1337/a40bb0dbb09bf52e0f50a6f525fb858f
pasted below for archival
---------------------------------
realpath external/chromium-webview/prebuilt/{arm,arm64,x86,x86_64}/.git/objects/.. | xargs rm -rf
realpath external/chromium-webview/prebuilt/{arm,arm64,x86,x86_64}/.git | xargs rm -rf
rm -rf external/chromium-webview/prebuilt/{arm,arm64,x86,x86_64}
# apt/dnf/yum/... install git-lfs
git lfs install
repo init --git-lfs
repo sync external/chromium-webview/prebuilt/{arm,arm64,x86,x86_64}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment