Update README.md

This commit is contained in:
Bruno Duarte
2024-06-01 14:48:19 -03:00
committed by zhouziyang
parent 31646918be
commit 8567deaea3

View File

@@ -45,6 +45,9 @@ repo sync -c -j$(nproc)
# get latest Dockerfile from Redroid repository # get latest Dockerfile from Redroid repository
wget https://raw.githubusercontent.com/remote-android/redroid-doc/master/android-builder-docker/Dockerfile 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) #### 3) GApps (optional)
##### In case you want to add GApps to your build (PlayStore, etc), you can follow these steps, otherwise, just skip it ##### In case you want to add GApps to your build (PlayStore, etc), you can follow these steps, otherwise, just skip it