On Thu, Oct 20, 2011 at 1:38 AM, sblantipodi <[email protected]> wrote: > How can we live in a world with thousands of devices and dozens of > market without preprocessor? >
Learn to use resources, and ditch your C mentality. Really, this has little to do with Android -- Java has no preprocessor, and that's that. If you really think you need one, use gcc (it is doable). Or some Ant/Maven plugin that does string replacement before compiling. -- 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

