react-native-zoom-bridge icon indicating copy to clipboard operation
react-native-zoom-bridge copied to clipboard

Unable to resolve additional project configuration.

Open user1701 opened this issue 4 years ago • 4 comments

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?

user1701 avatar Aug 11 '20 13:08 user1701

What version of RN?

amdrade avatar Sep 04 '20 19:09 amdrade

expo SDK 35.0.0, RN 0.59.8

user1701 avatar Sep 14 '20 11:09 user1701

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

amdrade avatar Sep 14 '20 23:09 amdrade

@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...

user1701 avatar Sep 18 '20 10:09 user1701