vinaydrevankar
vinaydrevankar
Same issue. Is there any fix or workaround?
Crash occurs because Uri.fromFile() will not work on Android 7.0+, with a targetSdkVersion of 24 or higher. I had to make below changes for it to work. Where comment line...
Facing same issue pfa build.gradle and package.json. Tried reinstalling build tool revision. Note: app works fine without clevertap ``` Could not determine the dependencies of task ':clevertap-react-native:compileDebugAidl'. > Installed Build...
Fixed after below changes build.gradle: classpath 'com.android.tools.build:gradle:7.2.1' gradle-wrapper.properties distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip