I'm just wondering if there are already solutions with annotations, ant scripts or smth. I just find it annoying to manually populate the manifest.xml file with all the required fields. I need this because I have a rather complicated architecture with a lot of library projects and regular Android projects. Since the library project manifest file is almost ignored, it is difficult to maintain all projects that appear in the correct state after each change in one of the library projects.
PS If you do not know the answer, please do not give me links to google.com and developers.android.com. I was already there.
PSS I use the idea, and I know that it can automatically modify the manifest file, but the trick does not work with library projects.
Thanks in advance.
source share