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

Could not resolve all task dependencies for configuration ':datadog_mobile-react-native:classpath' #735

Open
shadhussain-crgl opened this issue Oct 29, 2024 · 1 comment
Labels

Comments

@shadhussain-crgl
Copy link

shadhussain-crgl commented Oct 29, 2024

Describe the issue

I added the library yarn add @datadog/mobile-react-native and upon trying to run the app on my AVD, it provides and error stating that it cannot resolve all task dependencies. Specifically, it seems to be unable to reach the resource org.jlleitschuh.gradle:ktlint-gradle:11.5.1.

Reproduction steps

  1. yarn add @datadog/mobile-react-native
  2. npx react-native run-android

SDK logs

* What went wrong:
A problem occurred configuring project ':datadog_mobile-react-native'.
> Could not determine the dependencies of null.
   > Could not resolve all task dependencies for configuration ':datadog_mobile-react-native:classpath'.
      > Could not resolve org.jlleitschuh.gradle:ktlint-gradle:11.5.1.
        Required by:
            project :datadog_mobile-react-native
         > Could not resolve org.jlleitschuh.gradle:ktlint-gradle:11.5.1.
            > Could not get resource 'https://plugins.gradle.org/m2/org/jlleitschuh/gradle/ktlint-gradle/11.5.1/ktlint-gradle-11.5.1.pom'.
               > Could not GET 'https://plugins.gradle.org/m2/org/jlleitschuh/gradle/ktlint-gradle/11.5.1/ktlint-gradle-11.5.1.pom'.
                  > The server may not support the client's requested TLS protocol versions: (TLSv1.2, TLSv1.3). You may need to configure the client to allow other protocols to be used. See: https://docs.gradle.org/7.5.1/userguide/build_environment.html#gradle_system_properties
                     > PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Device Information

It works in my iOS Simulator (iPad 9th gen, iOS 15) but does not work on my Android Emulator (API 30).

SDK version

33

Integration Methods

yarn

React Native Version

0.71.4

Package.json Contents

{
   "name": "mobilere",
   "version": "1.0.43",
   "main": "index.js",
   "scripts": {
      "lint": "eslint src/",
      "lint:fix": "eslint src/ --fix",
      "start": "node node_modules/react-native/local-cli/cli.js start",
      "test": "jest",
      "simulators": "xcrun simctl list",
      "ipad": "react-native run-ios --simulator \"iPad (9th generation)\"",
      "android": "react-native run-android",
      "start:expo": "expo start --dev-client",
      "android:expo": "expo run:android",
      "ios:expo": "expo run:ios",
      "web:expo": "expo start --web"
   },
   "dependencies": {
      "@datadog/mobile-react-native": "^2.4.4",
      "@react-native-async-storage/async-storage": "1.17.11",
      "@react-native-community/cli": "^14.1.0",
      "@react-native-community/netinfo": "^11.3.2",
      "@react-navigation/drawer": "^6.4.3",
      "@react-navigation/native": "^6.0.11",
      "@react-navigation/native-stack": "^6.7.0",
      "@realm/react": "^0.5.0",
      "@reduxjs/toolkit": "^1.9.3",
      "@xmldom/xmldom": "^0.8.6",
      "axios": "0.18.0",
      "buffer": "^6.0.3",
      "expo": "~48.0.4",
      "expo-file-system": "~15.2.2",
      "expo-intent-launcher": "~10.5.2",
      "expo-localization": "~14.1.1",
      "expo-splash-screen": "~0.18.1",
      "expo-status-bar": "~1.4.4",
      "i18n-js": "^3.9.2",
      "intl": "^1.2.5",
      "jwt-decode": "^3.1.2",
      "lodash": "^4.17.21",
      "minimist": "^1.2.8",
      "moment": "^2.29.4",
      "node-fetch": "^3.3.0",
      "react": "18.2.0",
      "react-native": "^0.71.4",
      "react-native-base64": "^0.2.1",
      "react-native-camera-kit": "^13.0.0",
      "react-native-device-info": "^11.1.0",
      "react-native-dotenv": "^3.4.8",
      "react-native-fs": "^2.20.0",
      "react-native-gesture-handler": "^2.17.1",
      "react-native-gradle-plugin": "^0.71.19",
      "react-native-image-picker": "^7.0.2",
      "react-native-progress": "^5.0.0",
      "react-native-reanimated": "~2.14.4",
      "react-native-safe-area-context": "4.5.0",
      "react-native-screens": "~3.20.0",
      "react-native-storage": "^1.0.1",
      "react-native-svg": "13.4.0",
      "react-native-switch-toggle": "^2.2.1",
      "react-native-toast-message": "^2.1.5",
      "react-native-webview": "11.26.0",
      "react-redux": "^8.0.5",
      "realm": "12.11.1",
      "redux": "^4.2.1"
   },
   "devDependencies": {
      "@babel/core": "^7.20.0",
      "@babel/eslint-parser": "^7.19.1",
      "@testing-library/jest-native": "^4.0.5",
      "@testing-library/react-native": "^10.1.1",
      "@types/react-native": "~0.67.6",
      "@typescript-eslint/eslint-plugin": "^5.19.0",
      "@typescript-eslint/parser": "^5.19.0",
      "eslint": "^7.32.0",
      "eslint-config-standard": "^16.0.3",
      "eslint-plugin-import": "^2.26.0",
      "eslint-plugin-node": "^11.1.0",
      "eslint-plugin-promise": "^5.2.0",
      "eslint-plugin-react": "^7.31.11",
      "jest-expo": "^45.0.1",
      "react-test-renderer": "^18.2.0",
      "sonarqube-scanner": "^2.8.1",
      "typescript": "~4.3.5"
   },
   "private": true,
   "jest": {
      "preset": "jest-expo",
      "setupFiles": [
         "./jest-setup.js"
      ]
   },
   "resolutions": {
      "minimist": "^1.2.8",
      "@xmldom/xmldom": "^0.8.6",
      "node-fetch": "^3.3.0"
   }
}

iOS Setup

No response

Android Setup

android/build.gradle:

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    ext {
        buildToolsVersion = findProperty('android.buildToolsVersion') ?: '33.0.0'
        minSdkVersion = Integer.parseInt(findProperty('android.minSdkVersion') ?: '28')
        compileSdkVersion = Integer.parseInt(findProperty('android.compileSdkVersion') ?: '33')
        targetSdkVersion = Integer.parseInt(findProperty('android.targetSdkVersion') ?: '33')
        // if (findProperty('android.kotlinVersion')) {
        //     kotlinVersion = findProperty('android.kotlinVersion')
        // }
        kotlinVersion = findProperty('android.kotlinVersion') ?: '1.7.0'
        kotlin_version = '1.7.0'
        frescoVersion = findProperty('expo.frescoVersion') ?: '2.5.0'

        // We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
        ndkVersion = "23.1.7779620"
    }
    repositories {
        google()
        mavenCentral()
    }
    dependencies {
        classpath('com.android.tools.build:gradle:7.4.1')
        classpath('com.facebook.react:react-native-gradle-plugin')
        classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
    }
}

allprojects {
    repositories {
        maven {
            // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
            url(new File(['node', '--print', "require.resolve('react-native/package.json')"].execute(null, rootDir).text.trim(), '../android'))
        }
        maven {
            // Android JSC is installed from npm
            url(new File(['node', '--print', "require.resolve('jsc-android/package.json')"].execute(null, rootDir).text.trim(), '../dist'))
        }

        google()
        mavenCentral()
        maven { url 'https://www.jitpack.io' }
        maven { url 'https://plugins.gradle.org/m2/' }
    }
}

android/app/build.gradle:

apply plugin: "com.android.application"
apply plugin: "com.facebook.react"
apply plugin: "kotlin-android"

import com.android.build.OutputFile

def projectRoot = rootDir.getAbsoluteFile().getParentFile().getAbsolutePath()
def expoDebuggableVariants = ['debug']
// Override `debuggableVariants` for expo-updates debugging
if (System.getenv('EX_UPDATES_NATIVE_DEBUG') == "1") {
  react {
    expoDebuggableVariants = []
  }
}


/**
 * This is the configuration block to customize your React Native Android app.
 * By default you don't need to apply any configuration, just uncomment the lines you need.
 */
react {
    entryFile = file(["node", "-e", "require('expo/scripts/resolveAppEntry')", projectRoot, "android", "absolute"].execute(null, rootDir).text.trim())
    reactNativeDir = new File(["node", "--print", "require.resolve('react-native/package.json')"].execute(null, rootDir).text.trim()).getParentFile().getAbsoluteFile()
    hermesCommand = new File(["node", "--print", "require.resolve('react-native/package.json')"].execute(null, rootDir).text.trim()).getParentFile().getAbsolutePath() + "/sdks/hermesc/%OS-BIN%/hermesc"
    debuggableVariants = expoDebuggableVariants

    /* Folders */
    //   The root of your project, i.e. where "package.json" lives. Default is '..'
    // root = file("../")
    //   The folder where the react-native NPM package is. Default is ../node_modules/react-native
    // reactNativeDir = file("../node_modules/react-native")
    //   The folder where the react-native Codegen package is. Default is ../node_modules/react-native-codegen
    // codegenDir = file("../node_modules/react-native-codegen")
    //   The cli.js file which is the React Native CLI entrypoint. Default is ../node_modules/react-native/cli.js
    // cliFile = file("../node_modules/react-native/cli.js")

    /* Variants */
    //   The list of variants to that are debuggable. For those we're going to
    //   skip the bundling of the JS bundle and the assets. By default is just 'debug'.
    //   If you add flavors like lite, prod, etc. you'll have to list your debuggableVariants.
    // debuggableVariants = ["liteDebug", "prodDebug"]

    /* Bundling */
    //   A list containing the node command and its flags. Default is just 'node'.
    // nodeExecutableAndArgs = ["node"]
    //
    //   The command to run when bundling. By default is 'bundle'
    // bundleCommand = "ram-bundle"
    //
    //   The path to the CLI configuration file. Default is empty.
    // bundleConfig = file(../rn-cli.config.js)
    //
    //   The name of the generated asset file containing your JS bundle
    // bundleAssetName = "MyApplication.android.bundle"
    //
    //   The entry file for bundle generation. Default is 'index.android.js' or 'index.js'
    // entryFile = file("../js/MyApplication.android.js")
    //
    //   A list of extra flags to pass to the 'bundle' commands.
    //   See https://github.com/react-native-community/cli/blob/main/docs/commands.md#bundle
    // extraPackagerArgs = []

    /* Hermes Commands */
    //   The hermes compiler command to run. By default it is 'hermesc'
    // hermesCommand = "$rootDir/my-custom-hermesc/bin/hermesc"
    //
    //   The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
    // hermesFlags = ["-O", "-output-source-map"]
}

// Override `hermesEnabled` by `expo.jsEngine`
ext {
  hermesEnabled = (findProperty('expo.jsEngine') ?: "hermes") == "hermes"
}

/**
 * Set this to true to create four separate APKs instead of one,
 * one for each native architecture. This is useful if you don't
 * use App Bundles (https://developer.android.com/guide/app-bundle/)
 * and want to have separate APKs to upload to the Play Store.
 */
def enableSeparateBuildPerCPUArchitecture = false

/**
 * Set this to true to Run Proguard on Release builds to minify the Java bytecode.
 */
def enableProguardInReleaseBuilds = (findProperty('android.enableProguardInReleaseBuilds') ?: false).toBoolean()

/**
 * The preferred build flavor of JavaScriptCore (JSC)
 *
 * For example, to use the international variant, you can use:
 * `def jscFlavor = 'org.webkit:android-jsc-intl:+'`
 *
 * The international variant includes ICU i18n library and necessary data
 * allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that
 * give correct results when using with locales other than en-US. Note that
 * this variant is about 6MiB larger per architecture than default.
 */
def jscFlavor = 'org.webkit:android-jsc:+'

/**
 * Private function to get the list of Native Architectures you want to build.
 * This reads the value from reactNativeArchitectures in your gradle.properties
 * file and works together with the --active-arch-only flag of react-native run-android.
 */
def reactNativeArchitectures() {
    def value = project.getProperties().get("reactNativeArchitectures")
    return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}

android {
    ndkVersion rootProject.ext.ndkVersion
    //excluding vulnerability lipjpeg .so files
    packagingOptions {
        exclude 'lib/arm64-v8a/libnative-imagetranscoder.so'
        exclude 'lib/arm64-v8a/libstatic-webp.so'
        exclude 'lib/armeabi-v7a/libnative-imagetranscoder.so'
        exclude 'lib/armeabi-v7a/libstatic-webp.so'
        exclude 'lib/x86/libnative-imagetranscoder.so'
        exclude 'lib/x86/libstatic-webp.so'
        exclude 'lib/x86_64/libnative-imagetranscoder.so'
        exclude 'lib/x86_64/libstatic-webp.so'
        exclude 'DebugProbesKt.bin'
    }
    compileSdkVersion rootProject.ext.compileSdkVersion

    namespace "com.mobilere"
    defaultConfig {
        applicationId "com.mobilere"
        minSdkVersion rootProject.ext.minSdkVersion
        targetSdkVersion rootProject.ext.targetSdkVersion
        versionCode getVersionCode()
        versionName "1.0.${getVersionCode()}"
        archivesBaseName = "mobilere-v$versionName"
    }

    splits {
        abi {
            reset()
            enable enableSeparateBuildPerCPUArchitecture
            universalApk false  // If true, also generate a universal APK
            include (*reactNativeArchitectures())
        }
    }
    signingConfigs {
        debug {
            storeFile file('debug.keystore')
            storePassword 'android'
            keyAlias 'androiddebugkey'
            keyPassword 'android'
        }
    }
    buildTypes {
        debug {
            signingConfig signingConfigs.debug
        }
        release {
            // Caution! In production, you need to generate your own keystore file.
            // see https://reactnative.dev/docs/signed-apk-android.
            signingConfig signingConfigs.debug
            minifyEnabled enableProguardInReleaseBuilds
            proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
        }
    }

    // applicationVariants are e.g. debug, release
    applicationVariants.all { variant ->
        variant.outputs.each { output ->
            // For each separate APK per architecture, set a unique version code as described here:
            // https://developer.android.com/studio/build/configure-apk-splits.html
            // Example: versionCode 1 will generate 1001 for armeabi-v7a, 1002 for x86, etc.
            def versionCodes = ["armeabi-v7a": 1, "x86": 2, "arm64-v8a": 3, "x86_64": 4]
            def abi = output.getFilter(OutputFile.ABI)
            if (abi != null) {  // null for the universal-debug, universal-release variants
                output.versionCodeOverride =
                        defaultConfig.versionCode * 1000 + versionCodes.get(abi)
            }

        }
    }
}

// Apply static values from `gradle.properties` to the `android.packagingOptions`
// Accepts values in comma delimited lists, example:
// android.packagingOptions.pickFirsts=/LICENSE,**/picasa.ini
["pickFirsts", "excludes", "merges", "doNotStrip"].each { prop ->
    // Split option: 'foo,bar' -> ['foo', 'bar']
    def options = (findProperty("android.packagingOptions.$prop") ?: "").split(",");
    // Trim all elements in place.
    for (i in 0..<options.size()) options[i] = options[i].trim();
    // `[] - ""` is essentially `[""].filter(Boolean)` removing all empty strings.
    options -= ""

    if (options.length > 0) {
        println "android.packagingOptions.$prop += $options ($options.length)"
        // Ex: android.packagingOptions.pickFirsts += '**/SCCS/**'
        options.each {
            android.packagingOptions[prop] += it
        }
    }
}

dependencies {
    // The version of react-native is set by the React Native Gradle Plugin
    implementation("com.facebook.react:react-android")

    // Exclude conflicting androidx.annotation modules
    implementation("com.facebook.react:react-android") {
        exclude group: 'androidx.annotation', module: 'annotation-experimental'
    }
  
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"

    implementation "org.jlleitschuh.gradle:ktlint-gradle:11.5.1"

    def isGifEnabled = (findProperty('expo.gif.enabled') ?: "") == "true";
    def isWebpEnabled = (findProperty('expo.webp.enabled') ?: "") == "true";
    def isWebpAnimatedEnabled = (findProperty('expo.webp.animated') ?: "") == "true";
    def frescoVersion = rootProject.ext.frescoVersion

    // If your app supports Android versions before Ice Cream Sandwich (API level 14)
    if (isGifEnabled || isWebpEnabled) {
        implementation("com.facebook.fresco:fresco:${frescoVersion}")
        implementation("com.facebook.fresco:imagepipeline-okhttp3:${frescoVersion}")
    }

    if (isGifEnabled) {
        // For animated gif support
        implementation("com.facebook.fresco:animated-gif:${frescoVersion}")
    }

    if (isWebpEnabled) {
        // For webp support
        implementation("com.facebook.fresco:webpsupport:${frescoVersion}")
        if (isWebpAnimatedEnabled) {
            // Animated webp support
            implementation("com.facebook.fresco:animated-webp:${frescoVersion}")
        }
    }

    implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0")

    debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}")
    debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
        exclude group:'com.squareup.okhttp3', module:'okhttp'
    }
    debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}")

    if (hermesEnabled.toBoolean()) {
        implementation("com.facebook.react:hermes-android")
    } else {
        implementation jscFlavor
    }
}

apply from: new File(["node", "--print", "require.resolve('@react-native-community/cli-platform-android/package.json')"].execute(null, rootDir).text.trim(), "../native_modules.gradle");
applyNativeModulesAppBuildGradle(project)

def getVersionCode(offset = 1) {
    def formattedDate = new Date().format('yyMMddHH')
    return formattedDate.toInteger() + offset
}

Other relevant information

No response

@marco-saia-datadog
Copy link
Member

Thank you for reaching out! The problem might be related to your gradle version. Can I see your gradle.properties?

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

No branches or pull requests

2 participants