react-native-background-geolocation icon indicating copy to clipboard operation
react-native-background-geolocation copied to clipboard

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

Open enriqueFcoG opened this issue 3 years ago • 7 comments

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

enriqueFcoG avatar May 31 '22 19:05 enriqueFcoG

same issue.

luismz95 avatar Jun 02 '22 18:06 luismz95

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

Alipatel05 avatar Jun 13 '22 10:06 Alipatel05

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

enriqueFcoG avatar Jun 13 '22 16:06 enriqueFcoG

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

Salmankhan033 avatar Jun 08 '23 11:06 Salmankhan033

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

chanphiromsok avatar Jun 10 '23 14:06 chanphiromsok

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?

Linuhusainnk avatar Feb 19 '24 02:02 Linuhusainnk

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.

zavex avatar Aug 13 '24 06:08 zavex