-
-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot add task 'bundleReleaseJsAndAssets_SentryUpload_7497576' as a task with that name already exists. #1226
Comments
Any news on this?. We are updating to RN 0.64, and we are getting this issue. |
Also seeing this issue on RN 0.64
|
Did you solve it ?? |
Any updates? |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
do you have any special configuration (different than the default template) on android/app/build.gradle? have you tried to run a clean build? ./gradlew clean app:installDebug or ./gradlew stop and then ./gradlew app:installDebug that could happen if you have multiple variants or build types but not increasing the |
similar to #1401 please raise a new issue if the problem persists, ideally answering #1226 (comment) |
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 1.0.9
react-native
version: 0.61.5Are you using Expo?
Are you using sentry.io or on-premise?
I have following issue:
`Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081
FAILURE: Build failed with an exception.
Where:
Script '/../../ws/tc-react-native/example/node_modules/@sentry/react-native/sentry.gradle' line: 72
What went wrong:
Cannot add task 'bundleReleaseJsAndAssets_SentryUpload_7497576' as a task with that name already exists.
Try:
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 3s
Steps to reproduce:
Actual result:
same problem
Expected result:
the app should build
The text was updated successfully, but these errors were encountered: