I have a AndroidStudio Project imported from Eclipse. In Eclipse i have a library project with his own dummy manifest which i use for testing the library disabling the library checkbox from the project configuration.
Now i want to do the same in AndroidStudio, i want to have the possibility to test my library project with his dummy test manifest but i want that the new manifest-merger ignores my library manifest when compiling my application (that has a dependency with my library project)
How can this be achieved in AndroidStudio?
Thanks