darron1217 / react-native-background-geolocation

Background and foreground geolocation plugin for React Native. Tracks user when app is running in background.
Apache License 2.0
33 stars 36 forks source link

App fails to install due to execution failure #16

Open sa-whyayala opened 3 years ago

sa-whyayala commented 3 years ago

Thank you for forking the original project.

Your Environment

Context

I can build and install the app to a simulator using npm run android, but when I configure this library I get

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find ::.
     Required by:
         project :app

Expected Behavior

App builds, installs, and runs successfully.

Actual Behavior

Errors before installing.

Steps to Reproduce

  1. Create a brand new react native project
  2. Add this library to it
  3. Try to run npm run android

Context

Trying to replace the project that this forked.

Debug logs

kofkgoing commented 3 years ago

I guess you have to input which command you use to install this library.

luiys commented 2 years ago

same problem here