导入本地插件打包报错
A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
More than one file was found with OS independent path 'META-INF/DEPENDENCIES'.
在android studio中可以设置
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
}
来避免这个问题,但是在uniapp中该怎么设置呢?
勾栏听曲 (作者)
您好,编译器升级到3.6.2之后,感觉packagingOptions设置又不好用了,是不是跟不用java环境打包有关
2022-09-16 14:02