NativeScript / nativescript-facebook

NativeScript plugin, wrapper of native Facebook SDK for Android and iOS
Apache License 2.0
79 stars 50 forks source link

Could not find com.facebook.android:facebook-core:5.11.1. #221

Closed JuanDeLeon closed 4 years ago

JuanDeLeon commented 4 years ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

6.2.0

Please, tell us how to recreate the issue in as much detail as possible.

Trying to build Android project, results in the above error.

The dependency needs to be updated, as mentioned in this issue: https://github.com/facebook/facebook-sdk-for-unity/issues/357

isojtouano commented 4 years ago

Having the same issue

isojtouano commented 4 years ago

As a temporary fix you can add

dependencies {
    implementation 'com.facebook.android:facebook-android-sdk:5.11.0'
}

to your dependencies in your app.gradle file

elena-p commented 4 years ago

Hi @JuanDeLeon, @isojtouano, there was an issue in v5.11.1 and v5.11.2 with a fix is released. Android builds passed for our latest test run - https://travis-ci.org/NativeScript/nativescript-facebook.