Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
[Deleted User] <[Deleted User]> #2
Hi,
I am facing the same issue. After updating to android studio 3.1.2. I am unable to compile AAR package in my project:
compile(name:'vidai-release', ext:'aar') this statement is giving exception :
Compilation failed; see the compiler error output for details.
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:compileDebugJavaWithJavac'.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:100)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:70)
at org.gradle.api.internal.tasks.execution.OutputDirectoryCreatingTaskExecuter.execute(OutputDirectoryCreatingTaskExecuter.java:51)
at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:62)
I am facing the same issue. After updating to android studio 3.1.2. I am unable to compile AAR package in my project:
compile(name:'vidai-release', ext:'aar') this statement is giving exception :
Compilation failed; see the compiler error output for details.
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:compileDebugJavaWithJavac'.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:100)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:70)
at org.gradle.api.internal.tasks.execution.OutputDirectoryCreatingTaskExecuter.execute(OutputDirectoryCreatingTaskExecuter.java:51)
at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:62)
wk...@google.com <wk...@google.com>
ad...@google.com <ad...@google.com>
ne...@google.com <ne...@google.com>
am...@google.com <am...@google.com> #4
Marking as fixed as we have added a note that you can not use compileOnly with AAR dependencies:
Description
Please document this limitation somewhere on
Thanks!