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
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
[AGP 3.0] - Build failure reason org.gradle.execution.TaskSelectionException: Task 'spoonDebug' not found in root project ''. Some candidates are: 'stopDebug'.
#162
Closed
jaredsburrows opened this issue
Oct 27, 2017
· 4 comments
Trying to update from Android Gradle Plugin 2.3.3 to 3.0.0.
With 2.3.3:
spoon - Runs all the instrumentation test variations on all the connected devices
spoonDebugAndroidTest - Runs instrumentation tests on all the connected devices for 'debugAndroidTest' variation and g
With 3.0.0:
spoon - Runs all the instrumentation test variations on all the connected devices
Error:
Build failure reason org.gradle.execution.TaskSelectionException: Task 'spoonDebug' not found in root project 'android'. Some candidates are: 'stopDebug'.
The text was updated successfully, but these errors were encountered:
Details:
Trying to update from Android Gradle Plugin
2.3.3
to3.0.0
.With
2.3.3
:With
3.0.0
:Error:
The text was updated successfully, but these errors were encountered: