eclipse - How to ignore resource xml files in android project settings -
i developing app android phones , tablets. maintaining 2 separate library projects phone , tablet. of code except ui , other target specific settings same in both projects. so, trying merge them avoid maintenance overheads. use these library projects build apps different clients changing few parameters main project.
but still want ability build 2 different apk files phone , tablet. know in project settings can ignore java files don't want compile. there similar settings wherein can ignore resources don't want compile?
you can use library project can shared , used both phone application , tablet application.
you can find details here android developer guide: http://developer.android.com/tools/projects/projects-eclipse.html#settinguplibraryproject
note: library can useful if have free , paid version application, library project can keep , share code in common.
Comments
Post a Comment