Answer the question
In order to leave comments, you need to log in
Is it possible in an android project to somehow make include in config.xml?
The problem of such a plan: when developing an application through a version control system on different computers, the application configs are slightly different (ip of the genymotion virtual machine, for example). Is it possible to take out different settings in some separate file and include it in the main settings file so that the auxiliary settings file can be simply ignored in the version control system and not permanently turn off changes in the config from commits?
Answer the question
In order to leave comments, you need to log in
Why project settings in VCS? Each has its own settings, and the code is from the repository.
everything that the development environment generates, the files that are built (gen.R and others) should not be included in vcs ─ in the general case, only code and resources
can differ not only in the environment configs, but also in the development environment and much more.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question