I have some files in the src folder that I dont want to be a part of the final apk. Is there any way to config so that a specific type of files gets ignored by the android build command. I have already tried putting this property in build.xml.
<property name="android.package.excludes" value="*.txt" /> (lets assume I want to ignore all txt files.)
<property name="android.package.excludes" value="*.txt" /> (lets assume I want to ignore all txt files.)