gradle-firebase-test-lab-plugin icon indicating copy to clipboard operation
gradle-firebase-test-lab-plugin copied to clipboard

API change in variant output

Open guitcastro opened this issue 8 years ago • 1 comments

The android gradle plugin 3.0.0 broke the variant output api, thus the plugin does not work with the following error:

Unable to find method 'com.android.build.gradle.api.BaseVariant.getOutputs()Ljava/util/List;'. Possible causes for this unexpected error include:
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem. Stop Gradle build processes (requires restart)
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.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

It's necessary to find another way to get the APK paths.

guitcastro avatar May 26 '17 21:05 guitcastro

Thank you, I'll check what can I do to prepare for 3.0

gildor avatar May 27 '17 00:05 gildor