<?xml version="1.0" encoding="UTF-8"?>
<project name="empty" default="help">
  <echo message="Please put here your android SDK project and replace this build.xml with the proper one." level="warning"/>
  <target name="stub">
    <echo message="This target is a stub" level="warning"/>
  </target>
  <target name="debug" depends="stub"/>
  <target name="release" depends="stub"/>
  <target name="clean" depends="stub"/>
</project>
