Hi
Is it a good idea to have multiple projects in the same solution?
In each project I have one activity which is marked as 'MainLauncher'. The second app has some dependencies to the first app (which is a service). When I deploy the whole solution I get 3 app icons instead of the expected 2.
In the AndroidManifest.xml of the second app I can see that one MainLauncher is too much and obviously is responsible for that 3rd icon but it is definetley needed. If I remove the MainLauncher of the first app I only get an icon for the second app...
I'm confused.
Any help is appreciated!
Kind regards Roger