Configuring multiple configurations using android xml config on Eclipse

My Android application can work in several environments - dev / test / live. I have several configuration values ​​that differ between environments (and a lot of values ​​that are the same for everyone).

Is there an easy way to save an xml configuration file with multiple states in eclipse so that when changing between them, some of the keys and values ​​will be changed? (e.g. DEBUG / RELEASE in.net)

+4
source share

Source: https://habr.com/ru/post/1440043/


All Articles