androidTFDetect
androidTFDetect copied to clipboard
Bazel does not work properly
After running bazel build -c opt
I am getting the following error:
ERROR: bazel does not currently work properly from paths containing spaces (com.google.devtools.build.lib.runtime.BlazeWorkspace@1ef31429).
What can I do about this?
This got solved, my parent directory folder had a space in its name.
How were you able to solve it ?
Is there any solution to this issue that does not involve renaming the directory? My HOME directory name contains space, and in order to avoid spaces, I would need to rename the home directory which is what I would try to avoid.
Where you able to solve this
Bazel is not quite straight forward when installing. When I faced an issue with bazel, I uninstalled the package completely, deleted all the packets related to it and installed it again. It really helped because I was more cautious when I was installing it again to choose the right options for download and download locations.