Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在构建 android 源代码时,出现错误 arm-eabi-gcc not found in path。我从 android 网站下载了预构建的二进制文件,并在我的路径中添加了 bin 目录。我已经确保 arm-eabi-gcc 在路径中。有解决方案吗?
Ccache 没有正确设置。停止使用 ccache 并构建工作正常。在对 ccache 进行更多研究后将不得不添加回来。