Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redroid13 build fail because chromium-webview was update #684

Open
hjxcode opened this issue May 16, 2024 · 5 comments
Open

redroid13 build fail because chromium-webview was update #684

hjxcode opened this issue May 16, 2024 · 5 comments

Comments

@hjxcode
Copy link

hjxcode commented May 16, 2024

当我尝试编译redroid13时,发现无法像往常一样编译成功。显示了如下错误
微信图片_20240516110153

我以为是我的 git lfs产生了错误,没有正确拉取到external/chromium-webview/prebuilt/arm64/webview.apk
所以我尝试重新安装了最新版的lfs,并且执行了repo forall -g lfs -c 'git lfs pull',但并没有用。

我看了代码,貌似会从chromium-webview的github中拉取main的webview.apk,所以我查看了
https://github.com/LineageOS/android_external_chromium-webview_prebuilt_arm64

看到webview.apk在两周前进行了更新,所以我改用旧版本的webview.apk替换了redroid拉取到的webview.apk。成功完成了编译。

所以,是webview.apk更新导致了上述问题么?我记录并反馈一下。

@zhouziyang
Copy link
Member

Try follow the notes prompted by the build system.

Possible should stick to old chromium webview for legacy Android release.

@TUGOhost
Copy link

I had the same problem and I tried to use this method:
https://github.com/remote-android/redroid-doc/tree/master/android-builder-docker#2-fetch-and-sync-android-and-redroid-codes

But the same, the webview.apk doesn't download and don't really know what's wrong with it
image

@hjxcode
Copy link
Author

hjxcode commented Jun 26, 2024

@TUGOhost

check git-lfs 。
#check git lfs install result
git lfs install
#should output: Git LFS initialized.

image

@TUGOhost
Copy link

@hjxcode
hi,
I checked git lfs install result,output :Git LFS initialized.

But I repo sync again and it doesn't download the apk, it's still the same as before.

image

@TUGOhost
Copy link

TUGOhost commented Jul 1, 2024

I downloaded the file locally and cp'd it to the target directory myself, and it compiled successfully, but I haven't tried to run it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants