I”m trying to use PowerMock to mock a class with a static method, but specifically I wish to do this within an Android Instrumentation test. To be clear I wish to run the test o
Do you have this into your project/module gradle?
packagingOptions { exclude 'fileNameYouWantToExclude' }
In this way Androd will put just one file if duplicates are found