zoho / SalesIQ-Mobilisten-ReactNative

Your mobile app's ideal live chat partner. Power up your mobile App with the SalesIQ Mobilisten SDK for React-Native.
https://mobilisten.io/
9 stars 11 forks source link

When i am running the application after implementation of zohosalesiq i have facing those issues #99

Closed Anilfeker21 closed 1 month ago

Anilfeker21 commented 2 months ago

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

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

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

FAILURE: Build failed with an exception.

BUILD FAILED in 3s

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Error: Command failed: ./gradlew app:installEnvQaDebug -PreactNativeDevServerPort=8081

FAILURE: Build failed with an exception.

BUILD FAILED in 3s

at makeError (/Users/bharathkumar/Documents/zohoo/DriverMobileApp/src_tinting/node_modules/execa/index.js:174:9)
at /Users/bharathkumar/Documents/zohoo/DriverMobileApp/src_tinting/node_modules/execa/index.js:278:16
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async runOnAllDevices (/Users/bharathkumar/Documents/zohoo/DriverMobileApp/src_tinting/node_modules/@react-native-community/cli-platform-android/build/commands/runAndroid/runOnAllDevices.js:94:5)
at async Command.handleAction (/Users/bharathkumar/Documents/zohoo/DriverMobileApp/src_tinting/node_modules/@react-native-community/cli/build/index.js:186:9)

info Run CLI with --verbose flag for more details.

bhahirathan-mb-11956 commented 2 months ago

Hi @Anilfeker21

It looks like you are using compile instead of implementation in your app's build.gradle file at line number: 269 , So kindly build the project after this change and let us know if you are still facing any issues.

FAILURE: Build failed with an exception.

Where: Build file '/Users/bharathkumar/Documents/zohoo/DriverMobileApp/src_tinting/android/app/build.gradle' line: 269

compile 'your-app-dependency' to implementation 'your-app-dependency'

Gradle documentation link for reference.

Regards, Bhahirathan M Zoho SalesIQ.

bhahirathan-mb-11956 commented 1 month ago

Hi @Anilfeker21,

As there is no recent activity from your side, we are closing this issue. You can reopen this again anytime. Meanwhile, please check out our latest version.

Please feel free to write back to us at (support@zohosalesiq.com) if the issue persists.

Best regards, Bhahirathan M Zoho SalesIQ.