Error: Android: Buildfile: build.xml does not exist!

You want to build an Android app and get the following error:

ant debug
Buildfile: build.xml does not exist!
Build failed

 

Solution

Run

android update project --target 5 --path /path/to/android/project

or, if you are in your project's root directory already:

android update project --target 5 --path .

target is the build target for your project. Run

android list targets

to get a list of all available targets.

Share this page:

1 Comment(s)