• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Exclude files in apk

shakalaka

Lurker
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.)
 
Back
Top Bottom