I have created build.xml in build folder. I want to create .apk file using build script. I have used the required code from build.xml file stored under /android-sdks/tools/ant folder.
Now when I run debug target; I am getting "The system cannot find the file specified" error for target; since now it cannot find AndroidManifest.xml file under /build folder.
Can anybody tell me where can I specify path of AndroidManifest.xml for android specific ant targets?
Thanks in advance.