Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Project with path ':react-native-google-place-picker' could not be found in project ':app'. #34

Open
digiwala opened this issue Feb 20, 2018 · 0 comments

Comments

@digiwala
Copy link

dependencies {
compile project(':react-native-google-place-picker')
. . . .

FAILURE: Build failed with an exception.

  • Where:
    Build file 'E:\react-native\Project\android\app\build.gradle' line: 142

  • What went wrong:
    A problem occurred evaluating project ':app'.

Project with path ':react-native-google-place-picker' could not be found in project ':app'

gradle unable to find 'react-native-google-place-picker' even when it is react-native module folder and i have imported it in /setting.gradle like this

include ':react-native-google-place-picker'
project(':react-native-google-place-picker').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-google-place-picker/android')

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

No branches or pull requests

1 participant