错误:Android:Buildfile:build.xml不存在!
你想建立一个Android应用程序,并得到以下错误:
ant debug
Buildfile: build.xml does not exist!
Build failed
解
跑
android update project --target 5 --path /path/to/android/project
或者,如果您已经在项目的根目录中:
android update project --target 5 --path .
目标
是您的项目的构建目标。 跑
android list targets
获取所有可用目标的列表。