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
Anyone know whats going on? Tried reinstalling android studio for a gradle issue then this monstrosity popped up.
`Executing tasks: [:TeamCode:assembleDebug, :TeamCode:assembleDebugUnitTest, :TeamCode:assembleDebugAndroidTest] in project /Users/mpr070/Documents/GitHub/CenterStage2023-2024
Configure project :FtcRobotController
AGPBI: {"kind":"warning","text":"The option setting 'android.defaults.buildfeatures.buildconfig=true' is deprecated.\nThe current default is 'false'.\nIt will be removed in version 9.0 of the Android Gradle plugin.\nYou can resolve this warning in Android Studio via Refactor > Migrate BuildConfig to Gradle Build Files","sources":[{}]}
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
2: Task failed with an exception.
What went wrong:
Execution failed for task ':TeamCode:checkDebugAarMetadata'.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
3: Task failed with an exception.
What went wrong:
Execution failed for task ':TeamCode:mapDebugSourceSetPaths'.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
4: Task failed with an exception.
What went wrong:
Execution failed for task ':TeamCode:mergeDebugResources'.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
5: Task failed with an exception.
What went wrong:
Execution failed for task ':TeamCode:processDebugMainManifest'.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
6: Task failed with an exception.
What went wrong:
Execution failed for task ':TeamCode:mergeDebugAssets'.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
7: Task failed with an exception.
What went wrong:
Execution failed for task ':TeamCode:checkDebugDuplicateClasses'.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
8: Task failed with an exception.
What went wrong:
Execution failed for task ':TeamCode:desugarDebugFileDependencies'.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
9: Task failed with an exception.
What went wrong:
Execution failed for task ':TeamCode:mergeDebugNativeLibs'.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
10: Task failed with an exception.
What went wrong:
Execution failed for task ':TeamCode:processDebugAndroidTestManifest'.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
11: Task failed with an exception.
What went wrong:
Execution failed for task ':TeamCode:checkDebugAndroidTestAarMetadata'.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
12: Task failed with an exception.
What went wrong:
Execution failed for task ':TeamCode:mergeDebugAndroidTestAssets'.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
13: Task failed with an exception.
What went wrong:
Execution failed for task ':TeamCode:checkDebugAndroidTestDuplicateClasses'.
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
==============================================================================
BUILD FAILED in 1s
47 actionable tasks: 47 executed
`
The text was updated successfully, but these errors were encountered:
Anyone know whats going on? Tried reinstalling android studio for a gradle issue then this monstrosity popped up.
`Executing tasks: [:TeamCode:assembleDebug, :TeamCode:assembleDebugUnitTest, :TeamCode:assembleDebugAndroidTest] in project /Users/mpr070/Documents/GitHub/CenterStage2023-2024
FAILURE: Build completed with 13 failures.
1: Task failed with an exception.
Execution failed for task ':FtcRobotController:generateDebugRFile'.
2: Task failed with an exception.
Execution failed for task ':TeamCode:checkDebugAarMetadata'.
3: Task failed with an exception.
Execution failed for task ':TeamCode:mapDebugSourceSetPaths'.
4: Task failed with an exception.
Execution failed for task ':TeamCode:mergeDebugResources'.
5: Task failed with an exception.
Execution failed for task ':TeamCode:processDebugMainManifest'.
6: Task failed with an exception.
Execution failed for task ':TeamCode:mergeDebugAssets'.
7: Task failed with an exception.
Execution failed for task ':TeamCode:checkDebugDuplicateClasses'.
8: Task failed with an exception.
Execution failed for task ':TeamCode:desugarDebugFileDependencies'.
9: Task failed with an exception.
Execution failed for task ':TeamCode:mergeDebugNativeLibs'.
10: Task failed with an exception.
Execution failed for task ':TeamCode:processDebugAndroidTestManifest'.
11: Task failed with an exception.
Execution failed for task ':TeamCode:checkDebugAndroidTestAarMetadata'.
12: Task failed with an exception.
Execution failed for task ':TeamCode:mergeDebugAndroidTestAssets'.
13: Task failed with an exception.
Execution failed for task ':TeamCode:checkDebugAndroidTestDuplicateClasses'.
BUILD FAILED in 1s
47 actionable tasks: 47 executed
`
The text was updated successfully, but these errors were encountered: