pom.xml里有红叉报错的解决办法一: 1.把鼠标点在报的错上发现pom.xml报如下错误: Multiple annotations found at this line: - Failure to transfer org.slf4j:slf4j-log4j12:jar:1.7.21 from http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempte
快速删除 jar 里面的 BuildConfig.class 起因:多个 jar 包里面的 BuildConfig.class 文件导致编译冲突. 方法一:土方法 使用 jar 解包 jar xf xx.jar 删除文件 重新打包 jar cf xx.jar 目录 麻烦和容易出错的地方: 解包出来的文件夹名字是不固定的 接报出来的文件夹数量是不固定的 当然可以解压到一个临时文件来做避免这个事情,也可以做得更酷点.看方法二. 方法二:使用 zip -d 直接删除里面的文件 unzip -l fab