-
Notifications
You must be signed in to change notification settings - Fork 308
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
Comments
Try follow the notes prompted by the build system. Possible should stick to old chromium webview for legacy Android release. |
I had the same problem and I tried to use this method: But the same, the webview.apk doesn't download and don't really know what's wrong with it |
check git-lfs 。 |
@hjxcode But I repo sync again and it doesn't download the apk, it's still the same as before. |
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. |
当我尝试编译redroid13时,发现无法像往常一样编译成功。显示了如下错误
我以为是我的 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更新导致了上述问题么?我记录并反馈一下。
The text was updated successfully, but these errors were encountered: