Skip to content

Instantly share code, notes, and snippets.

@mkamranhamid
Created November 1, 2019 12:58
Show Gist options
  • Save mkamranhamid/54338da5971f2323bebcfd51dfca4e0c to your computer and use it in GitHub Desktop.
Save mkamranhamid/54338da5971f2323bebcfd51dfca4e0c to your computer and use it in GitHub Desktop.
info Starting JS server...
info Building and installing the app on the device (cd android && gradlew.bat app:installDebug)...
> Configure project :app
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
> Configure project :react-native-firebase
react-native-firebase: using React Native prebuilt binary from D:\React-Native\...\node_modules\react-native\android
> Configure project :react-native-i18n
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
> Configure project :react-native-simple-download-manager
WARNING: The specified Android SDK Build Tools version (23.0.1) is ignored, as it is below the minimum supported version (28.0.3) for Android Gradle Plugin 3.3.1.
Android SDK Build Tools 28.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '23.0.1'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
> Task :react-native-push-notification:compileDebugJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :tipsi-stripe:compileDebugRenderscript FAILED
Dependency resolved to an incompatible version: Dependency(fromArtifactVersion=ArtifactVersion(groupId=com.nimbusds, artifactId=nimbus-jose-jwt, version=7.8), toArtifact=Artifact(groupId=net.minidev, artifactId=json-smart), toArtifactVersionString=[1.3.1,2.3])
FAILURE: Build failed with an exception.
* What went wrong:
Failed to capture fingerprint of input files for task ':tipsi-stripe:compileDebugRenderscript' property 'importDirs' during up-to-date check.
> In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. "[1.3.1
,2.3]", but isn't being resolved to that version. Behavior exhibited by the library will be unknown.
Dependency failing: com.nimbusds:nimbus-jose-jwt:7.8 -> net.minidev:json-smart@[1.3.1,2.3], but json-smart version was 2
.3.
The following dependencies are project dependencies that are direct or have transitive dependencies that lead to the art
ifact with the issue.
-- Project 'app' depends on project 'tipsi' which depends onto com.stripe:stripe-3ds2-android@1.2.2
-- Project 'app' depends on project 'tipsi' which depends onto com.nimbusds:nimbus-jose-jwt@7.8
-- Project 'app' depends on project 'tipsi' which depends onto net.minidev:json-smart@2.3
-- Project 'app' depends on project 'tipsi' which depends onto com.stripe:stripe-android@10.4.5
For extended debugging info execute Gradle from the command line with ./gradlew --info :app:assembleDebug to see the dep
endency paths to the artifact. This error message came from the google-services Gradle plugin, report issues at https://
github.com/google/play-services-plugins and disable by adding "googleServices { disableVersionCheck = false }" to your b
uild.gradle file.
* 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 34s
129 actionable tasks: 14 executed, 115 up-to-date
error Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/getting-started.html
error Command failed: gradlew.bat app:installDebug. Run CLI with --verbose flag for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment