You need to execute this command:
android update project --target <your build target> --path <path to LunarLander example>
which will create the needed build.xml within the example directory, then the ant debug
command should work.
Take a look here.
*You can use android list targets
to choose what build target to use for your project.