There are no technical reasons for changing the name, but if you want to be able to overcome the basic ant task that sets debugging options. Currently it looks like this:
<target name="-set-debug-files" depends="-set-mode-check"> <property name="out.packaged.file" location="${out.absolute.dir}/${ant.project.name}-debug-unaligned.apk" /> <property name="out.final.file" location="${out.absolute.dir}/${ant.project.name}-debug.apk" /> <property name="build.is.mode.set" value="true" /> </target>
You can paste this into your local build.xml file above the import statement and change the values ββto suit your needs.
I hope this helps.
source share