mauron85 / react-native-background-geolocation

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

Could not find com.intentfilter:android-permissions:0.1.7. while building #551

Closed Anathapindika closed 2 years ago

Anathapindika commented 2 years ago

Your Environment

Context

i tried to install it manually and automatically. got the same error.

Expected Behavior

app should build

Actual Behavior

app will not build.

Possible Fix

Steps to Reproduce

  1. init a new project
  2. install the app

Context

Debug logs

lucacima commented 2 years ago

Add this line on Android/build.gradle file :

allprojects { repositories { ........................ maven { url 'https://jcenter.bintray.com' } ...............

this work for me.

Anathapindika commented 2 years ago

thanks! resolved my issue

toothlesstms commented 2 years ago

https://jcenter.bintray.com not work help please 403 Forbidden

bsadjetey commented 1 year ago

maven { url 'https://jcenter.bintray.com' }

this worked

vish2595 commented 1 year ago

It is not working. Please suggest another solution.

Inayat567 commented 3 months ago

Thanks issue resolved I have added this to the Android build file:

allprojects {
    repositories{
        maven { 
            url 'https://jcenter.bintray.com'
        }
    }
}

at the end of file