eclipse adt - How to create an android library project with no resources -
i want create library project java/android classes - no resources. contain helpers io etc. have manually deleted resources etc - project here - wonder if can done out of box - or way not proper
nb: need android classes - creating regular java project not option (?)
edit : if there no out of box way there catch in deleting (edit: contents of the) res/
folder , support library ? appreciate 1-2-3 procedure
you need keep project structure, incl. having res/
foder drawable/
etc, these folders can empty. there's no requirement library reference drawable. others suggest it's mandatory "app icon" library not need <application>
entry in manifest, not need icon. same applies values/
, layout/
folders. library project have have these folders (as required build process), having no file in them (so keeping them empty) fine , valid , meets requirements.
Comments
Post a Comment