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.
我试图使用 cmd 命令“ant build”来构建我的 .apk 文件,但每次它都会给我同样的错误。错误是
请帮助我
您希望从中执行构建的目录中不存在 build.xml 文件。
运行android工具(在sdk/tools文件夹中找到)以更新项目:
android
sdk/tools
android update project -p path/to/project/folder -n name_of_project -t android-15
根据android版本设置目标:android-10toandroid-17
android-10
android-17