Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to resolve additional project configuration. #27

Open
user1701 opened this issue Aug 11, 2020 · 4 comments
Open

Unable to resolve additional project configuration. #27

user1701 opened this issue Aug 11, 2020 · 4 comments

Comments

@user1701
Copy link

settings.gradle is updating when I run link command with the following code:

include ':zoomsdk'
project(':zoomsdk').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-zoom-bridge/android/zoomsdk')
include ':zoomcommonlib'
project(':zoomcommonlib').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-zoom-bridge/android/zoomcommonlib')
include ':react-native-zoom-bridge'
project(':react-native-zoom-bridge').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-zoom-bridge/android')

and I have warning while gradle syncing with files

Warning:<i><b>root project 'android': Unable to resolve additional project configuration.</b>
Details: org.apache.tools.ant.BuildException: ...path/node_modules/react-native-zoom-bridge/android/zoomcommonlib does not exist</i>

and I didn't see these zoomsdk and zoomcommonlib in manual installation. Should I get rid these lines?

@amdrade
Copy link

amdrade commented Sep 4, 2020

What version of RN?

@user1701
Copy link
Author

expo SDK 35.0.0, RN 0.59.8

@amdrade
Copy link

amdrade commented Sep 14, 2020

Android
try put files on node_modules/react-native-zoom-bridge/android/libs

@user1701
Copy link
Author

@amdrade my question is about removing these lines from the android project, according to the android manual installation instructions these lines have to be removed. My project is working well, without them...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants