You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What went wrong:
Execution failed for task ':app:createDebugAp'.
createAp exception
Executing task ':app:createDebugAp' (up-to-date check took 0.0 secs) due to:
Task has not declared any outputs.任务尚未声明任何输出。
这里需要声明什么吗怎么配置呢
还有在高版本中
Configuration 'compile' in project ':app' is deprecated. Use 'implementation' instead.
Configuration 'compile' in project ':mainbundle' is deprecated. Use 'implementation' instead.
被替换成这个implementation了 bundleCompile命令好像还是基于compile的导致不兼容,怎么解决呢!
请按照下面的规则提交您的issue,符合标准的issue会被优先处理,
请先查看有没有同类型的issue已经存在.
如果createAP false编译通过
createAP true就失败
FAILURE: Build failed with an exception.
Execution failed for task ':app:createDebugAp'.
环境
gradleVersion:4.1
androidPluginVersion:3.0.1
buildToolsVersion:29.0.2
compileSdkVersion:android-29
atlasPluginVersion:3.0.1-rc88
The text was updated successfully, but these errors were encountered: