From 8567deaea300bdaf22f103a2a4d9ef76a8e099b5 Mon Sep 17 00:00:00 2001 From: Bruno Duarte Date: Sat, 1 Jun 2024 14:48:19 -0300 Subject: [PATCH] Update README.md --- android-builder-docker/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android-builder-docker/README.md b/android-builder-docker/README.md index fbb744c..c99f43a 100644 --- a/android-builder-docker/README.md +++ b/android-builder-docker/README.md @@ -45,6 +45,9 @@ repo sync -c -j$(nproc) # get latest Dockerfile from Redroid repository wget https://raw.githubusercontent.com/remote-android/redroid-doc/master/android-builder-docker/Dockerfile + +# check if 'Webview.apk' files were properly synced by 'git-lfs'. Each .apk should be at least ~80MB in size. +find ~/redroid/external/chromium-webview -type f -name "*.apk" -exec du -h {} + ``` #### 3) GApps (optional) ##### In case you want to add GApps to your build (PlayStore, etc), you can follow these steps, otherwise, just skip it