I am using rxjava and rxvolley on my android aplication. When I try to run it I get this error
Execution failed for task \':testapp:transformResourcesWithMer
I also have this problem ,I also used the same method as you ,but because I hava two module ,I only chang it in the module which dependency Rxjava,Finally I I fixed it is adding the packaginOptions in app gradle
packagingOptions { exclude 'META-INF/rxjava.properties' }