android - Exclude /assets folder from building/exporting it to APK -
i utilize expansion files in project, , have placed assets expansion file. access assets expansion file. assets in expansion file. don't want build them while building android application, don't want remove them project path source controlled svn. tried utilize eclipse->exclude form build has no effect. can 1 suggest there way in eclipse exclude asset folder?
why don't rename assets
folder? maybe tomorrow you'll want utilize assets
folder. improve not touch special android folders , create own.
usually create _assets
, _drawable
folders. such folders (starting underscore) not processed android build.
android adt
No comments:
Post a Comment