react-native-GPay icon indicating copy to clipboard operation
react-native-GPay copied to clipboard

Unable to Resolve Dependencies. Could not resolve project: react-native-gpay

Open dlewis2017 opened this issue 5 years ago • 0 comments

I'm trying to setup react-native-gpay within my current project but am getting the following errors that are preventing my app from compiling and displaying in the Android Studio Emulator:

ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve project :react-native-gpay.
...
ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve project :react-native-gpay.
...
ERROR: Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve project :react-native-gpay.

Android studio is saying that the Sync Failed because of this. My project builds fine right before I install react-native-gpay. Any suggestions? Let me know if any more information is needed and I will gladly provide it.

React-Native version: 0.60.5 React version: 16.9.0 React-Native-GPay version: 1.0.3

dlewis2017 avatar Sep 04 '19 20:09 dlewis2017