Skip to content
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

show me error app:checkDebugAarMetadata #6

Open
necrocyber opened this issue Aug 31, 2023 · 5 comments
Open

show me error app:checkDebugAarMetadata #6

necrocyber opened this issue Aug 31, 2023 · 5 comments

Comments

@necrocyber
Copy link

Captura de Pantalla 2023-08-31 a la(s) 15 09 44

@konned
Copy link

konned commented Sep 1, 2023

If you want to manually use com.synerise.sdk. react: react-native-synerise-sdk:0.14.0.
You have to specify maven url.
Please add code below to your build.gradle root file in allprojects section.

maven {
            url 'https://pkgs.dev.azure.com/Synerise/AndroidSDK/_packaging/prod/maven/v1'
        }

@necrocyber
Copy link
Author

No, the same problem and i add this code in all build.gradle
Captura de Pantalla 2023-09-01 a la(s) 14 43 01

@necrocyber
Copy link
Author

Captura de Pantalla 2023-09-01 a la(s) 14 55 18

@konned
Copy link

konned commented Sep 4, 2023

Now you cannot find build.gradle:7.1.1 . You should have mavenCentral higher.
Repositories should look like this:

repositories {
    google()
    mavenCentral()
    maven {
        // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
        url("$rootDir/../node_modules/react-native/android")
    }
    maven {
        // Android JSC is installed from npm
        url("$rootDir/../node_modules/jsc-android/dist")
    }
    maven {
        url 'https://pkgs.dev.azure.com/Synerise/AndroidSDK/_packaging/prod/maven/v1'
    }
}

@awoczek
Copy link
Contributor

awoczek commented Feb 6, 2024

Can we close the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants