Neptune icon indicating copy to clipboard operation
Neptune copied to clipboard

不支持 gradle 3.5+?

Open Petterpx opened this issue 6 years ago • 3 comments

生成插件apk时,出现了以下问题: FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':app:processDebugResources'.

Could not get unknown property 'buildTools' for task ':app:processDebugResources' of type com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask.

Petterpx avatar Dec 05 '19 04:12 Petterpx

gradle 降到3.2.1之后可以了。 classpath 'com.android.tools.build:gradle:3.2.1'

Petterpx avatar Dec 05 '19 04:12 Petterpx

谢谢反馈,编译脚本目前应该只支持到3.4.0,AGP 3.5.0的适配问题,我们近期看下

zjupure avatar Dec 08 '19 11:12 zjupure

好的,非常感谢

Petterpx avatar Dec 08 '19 11:12 Petterpx