且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何创建的build.xml为Android项目?

更新时间:2023-11-20 09:11:16

运行 Android的更新项目-p ... ,其中 ... 是路径到项目中。这将创建或更新的build.xml 和相关的命令行构建文件。这里假设你的SDK的路径工具/ 目录;否则,你将需要完全限定路径 机器人 命令。

Run android update project -p ..., where the ... is the path to the project. This will create or update the build.xml and related command-line build files. This assumes that your SDK's tools/ directory in your PATH; otherwise, you will need to fully-qualify the path to the android command.