-
Notifications
You must be signed in to change notification settings - Fork 564
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
Getting error running the project after installing the library #570
Comments
add this to your android/build.gradle `allprojects {
}` |
Not works for me. Any updates? |
any update after 360 days |
Any update? |
any updates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to use this library to location updates in background so i created a project and installed the library i used the command it the library has to link it and also used react-native link command to link it but i am getting error while starting the app
Your Environment
Context
At first it is showing failed to install the app as the device environment but then i ran another project which worked perfectly so its not issue of the device or the environment
Expected Behavior
Code should run and app should be installed on my device( i am using physical device not a simulator )
Actual Behavior
Instead it is giving me this error
Could not determine the dependencies of task ':app:mergeDebugAssets'.
Required by:
project :app > project :mauron85_react-native-background-geolocation > project :@mauron85_react-native-background-geolocation-common
I am not sure how to fix it i have tried everything but nothing seems to work i have also added location permission to AndroidManifest.xml file but still getting the error
The text was updated successfully, but these errors were encountered: