L
L
lovesuper2014-11-26 15:38:52
Google
lovesuper, 2014-11-26 15:38:52

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

2 answer(s)
A
Alexander, 2014-11-26
@itvdonsk

Why project settings in VCS? Each has its own settings, and the code is from the repository.

O
Oleg Gamega, 2014-11-26
@gadfi

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 question

Ask a Question

731 491 924 answers to any question