For some reason I had to use a custom build.xml to build my app, I followed the steps in the default build.xml very carefully, it works fine until i want to add market license as a reference project, I do added config in default.properties:
android.library.reference.1={path}
It also works in eclipse ,but when I use ant to build it just give me error about it can't find related classes in the reference project. Anybody help?