is there a way to enclose conditional code for different builds - for example:
in VISUAL C++ i use 'ifdef DEBUG' for code that is only included in the debug build and i can be sure that any testing code does not end up in the release build - inflating its size. i searched the java/android docs & blogs without success so where do i find information on this sort of thing? and how do you pros do it? any help would be greatly appreciated... thanks in advance -- 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

