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

Could not find ::. Required by: project :app #569

Open
enriqueFcoG opened this issue May 31, 2022 · 7 comments
Open

Could not find ::. Required by: project :app #569

enriqueFcoG opened this issue May 31, 2022 · 7 comments

Comments

@enriqueFcoG
Copy link

enriqueFcoG commented May 31, 2022

Your Environment

"@mauron85/react-native-background-geolocation": "^0.6.3"
"react": "17.0.2",
"node": "17.8.0"
java 17.0.2

  • Plugin version:
  • Platform: Android
  • OS version: macOS Monterey M1 2020
  • Device manufacturer and model:
  • Running in Simulator: Yess
  • React Native version: 0.68.2
  • Plugin configuration options:
  • Link to your project:

Context

i upgrade my project from react native 0.62.2 to 0.68.2 and I got. then I run my app on android emulator and I got this error

`Could not determine the dependencies of task ':app:mergeDebugAssets'.

Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
Could not find ::.
Required by:
project :app`

Expected Behavior

Actual Behavior

Possible Fix

Steps to Reproduce

  1. npm install @mauron85/react-native-background-geolocation
  2. manual setup
  3. run app on android device

Context

Debug logs

@luismz95
Copy link

luismz95 commented Jun 2, 2022

same issue.

@Alipatel05
Copy link

Same issue I think the library hasn't been updated since long and that is causing problems

@enriqueFcoG
Copy link
Author

Same issue I think the library hasn't been updated since long and that is causing problems

Yes, i had to change my react native versión to 0.67.1 and it works fine

@Salmankhan033
Copy link

Same issues.
Is there any updated library or methods that how to get the locations in background mode ?

@chanphiromsok
Copy link

Same issues.

Is there any updated library or methods that how to get the locations in background mode ?

might need commercial library call react-native-background-geolocation

@Linuhusainnk
Copy link

Same issue I think the library hasn't been updated since long and that is causing problems

Yes, i had to change my react native versión to 0.67.1 and it works fine

What about SDK versions?

@zavex
Copy link

zavex commented Aug 13, 2024

Same error with:
"react-native": "0.74.5",

> Configure project :react-native-reanimated
Android gradle plugin: 8.2.1
Gradle: 8.6

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
   > Could not find ::.
     Required by:
         project :app

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

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

7 participants