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

解决办法:在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'

相关文章:

  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-03
  • 2021-10-27
  • 2021-11-17
  • 2021-04-20
猜你喜欢
  • 2021-07-26
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案