meili / Aceso

A hotfix library for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3.0.1 编译JarMerger找不到

super-hu opened this issue · comments

异常类型:app编译异常

aceso-build插件版本:如:0.0.3

aceso-android-lib插件版本:如:0.0.1

android gradle插件版本:4.1

gradle版本:3.0.1

出错工程:宿主/fix

系统:win

Error:Unable to load class 'com.android.build.gradle.internal.transforms.JarMerger'.
Possible causes for this unexpected error include:<ul><li>Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
<a href="syncProject">Re-download dependencies and sync project (requires network)</a></li><li>The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
<a href="stopGradleDaemons">Stop Gradle build processes (requires restart)</a></li><li>Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.</li></ul>In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

@super-hu 可以使用2.0版本的gradle,gradle 3.0.1版本的插件后续将会提供适配

什么时候能支持gradle 3.0.1版本以后的呢