I have several Android apps which I want to upload to Nokia X store. Some of the apps can run on the phone without any modification needed.
However some of them which used android specific services such as GCM, Google Map needs to be replaced with Nokia Push Service and Nokia Map. (According to the apk test tool)
Now my question is:
- is there a way that I can still manage both piece of source code in the same version control repository?
- can I configure eclipse to build nokia-x apk or android apk by some configuration?
The reason is 95% of the code are shared. Only GCM and Google Map are handled differently. It would be a pain if I put them in 2 repositories.