alibaba / atlas

A powerful Android Dynamic Component Framework.
Apache License 2.0
8.12k stars 1.48k forks source link

MAC编译 .Ap文件创建失败怎么回事呢 求解答 #382

Open 137655353 opened 4 years ago

137655353 commented 4 years ago

请按照下面的规则提交您的issue,符合标准的issue会被优先处理, 请先查看有没有同类型的issue已经存在.

  1. MAC编译 Ap文件创建失败怎么回事呢 求解答 如果createAP false编译通过 createAP true就失败

FAILURE: Build failed with an exception.

环境 gradleVersion:4.1 androidPluginVersion:3.0.1 buildToolsVersion:29.0.2 compileSdkVersion:android-29 atlasPluginVersion:3.0.1-rc88

137655353 commented 4 years ago

还有在高版本中 Configuration 'compile' in project ':app' is deprecated. Use 'implementation' instead. Configuration 'compile' in project ':mainbundle' is deprecated. Use 'implementation' instead. 被替换成这个implementation了 bundleCompile命令好像还是基于compile的导致不兼容,怎么解决呢!