On Tue, Jan 10, 2012 at 12:55 PM, Ricardo Amaral <[email protected]>wrote:
> You could include both libraries into your one project, abstract both into >> concrete classes that are instantiated based on some static flag, and only >> instantiate and use the one you need based on the flag. Build, flip bit, >> rebuild. >> > > That's the kind of behavior I wanted to automate, instead of manually > building the application twice... > Replying back to the whole group. Careful with which button you click. I haven't used Ant but doing an in-file replace and rebuild is probably something you can easily do with it. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

