[Android studio错误]More than one file was found with OS independent path 'META-INF/rxjava.properties'

遇到:另一个程序正在使用此文件,进程无法访问

解决办法:在build.gradle的android{}下填写:

packagingOptions {exclude 'META-INF/rxjava.properties'}

原理

[Android studio错误]More than one file was found with OS independent path 'META-INF/rxjava.properties'

[Android studio错误]More than one file was found with OS independent path 'META-INF/rxjava.properties'