redroid-doc
redroid-doc copied to clipboard
Build redroid with docker locally error
Describe the bug
I got stucked when I was trying to build redorid in my local environment, after apply redroid patches, I run
repo init -u https://github.com/remote-android/platform_manifests.git -b redroid-11.0.0 --depth=1 --git-lfs
here are the error informations:
warning: Changing --git-lfs settings will only affect new project checkouts.
Existing projects will require manual updates.
fatal: manifest 'default.xml' not available
fatal: remote redroid already exists with different attributes
================================================================================
Repo command failed: UpdateManifestError
collect debug logs
after check the apply-patch.sh, I found it return null when i run find * -links 2
, i am not sure if this matters.
Screenshots