Hi, I'm having issues with SDK integration in my React Native App.
after following all the steps available
https://api.qualtrics.com/sdks/docs/SDKs/Mobile%20React%20Native%20SDK/getting-started-with-react-native-sdk.md
I'm getting below error in Android Studio (4.1.2) when I try to build my project.
=========Start Of Error============
Could not determine the dependencies of task ':app:compileStagingGoogleDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:stagingGoogleDebugCompileClasspath'.
> Could not find com.qualtrics:digital:1.13.
Required by:
project :app > project :react-native-qualtrics
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
============End Of Error==============
====Dependencies in App====
"react-native-qualtrics": "1.6.0",
"react-native": "0.63.3",
"react": "16.13.1",
Any help or suggestions in this regard will be highly appreciated.
Thanks.
Be the first to reply!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.