Android Build Issues

Th Android App Build succeeds but I get this in the console and wondering if this Gradle version would be the reason that the Android App Crashes on launch.. 

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.

Use '--warning-mode all' to show the individual deprecation warnings.

See https://docs.gradle.org/6.5.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 8s

160 actionable tasks: 2 executed, 158 up-to-date

  • 1095
  • More
Replies (2)
    • It's just a warning it can be ignored, if app is crashed then it should be some fatal error which cause app crash, please check log outputs.

      • also I am getting this and the build fails. any ideas how to fix?

        Could not determine the dependencies of task ':app:lintVitalRelease'.
        > Could not resolve all artifacts for configuration ':app:debugRuntimeClasspath'.
        > Could not resolve org.jitsi.react:jitsi-meet-sdk:2.4.0.
        Required by:
        project :app > project :react-native-jitsi-meet
        > No cached version of org.jitsi.react:jitsi-meet-sdk:2.4.0 available for offline mode.
        > No cached version of org.jitsi.react:jitsi-meet-sdk:2.4.0 available for offline mode.
        > No cached version of org.jitsi.react:jitsi-meet-sdk:2.4.0 available for offline mode.

        Login or Join to comment.