On Sun, Dec 19, 2010 at 12:58 PM, Utumno <[email protected]> wrote: > 'android library' - looks promising, although I already have > everything organised in such a way that all I have to do is change the > value of one constant in the code and everything else automatically > rebuilds into the proper version. So what exactly would I put in my > two 'lite' anf 'full' projects? 100% of the code would be in the > library.
No, 99.44% of the code would be in the library. You need to implement "value of one constant in the code" in each APK project, plus your manifest to pick up your distinct packages. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

