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.
我正在尝试在 Windows 7 中为 Android 构建 linphone。我已经完成了 README 文件中给出的步骤 0,1 和 2。我已经设置了所有必需的路径,并安装了 cygwin。但是,当我运行 Makefile 脚本时,它会为以下行抛出错误: all: update-project prepare-sources generate-apk error: all : command not found。
您能否指导我如何运行 Makefile 脚本。非常感谢您的帮助。