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
Can't build or clean my android app after manually implementing on android. The error I get is:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':@sentry/react-native'.
> The project name '@sentry/react-native' must not contain any of the following characters: [/, \, :, <, >, ", ?, *, |]. Set the 'rootProject.name' or adjust the 'include' statement (see https://docs.gradle.org/5.5/dsl/org.gradle.api.initialization.Settings.html#org.gradle.api.initialization.Settings:include(java.lang.String[]) for more details).
I suspect this comes from the settings.gradle or build.gradle steps
implementation project(':@sentry-react-native') in build.gradle > dependencies and
include ':@sentry-react-native'
project(':@sentry-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/@sentry/react-native/android')
OS:
Platform:
SDK:
@sentry/react-native
(^1.0.6)react-native-sentry
react-native
version: 0.61.1Init Code:
I have following issue:
Can't build or clean my android app after manually implementing on android. The error I get is:
I suspect this comes from the
settings.gradle
orbuild.gradle steps
Steps to reproduce:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: