ubuntu20.04 hb set error: OHOS ERROR] Invalid vendor path: /home/openharmony/vendor
Compilation error
View environment
View version
Try to delete the ohos_config.json file in the project root directory, and then execute the “hb set” command, it still reports an error
Solution:
Uninstall this one: pip3 uninstall ohos-build
and then execute three lines of code in the source code path
pythom3 -m pip install build/lite
pythom3 -m pip install ohos-build
pip3 install build/lite