Search Unity

Facebook SDK error (Building Library/Bee/artifacts/Android/d8kzr/libil2cpp.so failed with output)

Discussion in 'Android' started by mcertuzun, Jul 8, 2022.

  1. mcertuzun

    mcertuzun

    Joined:
    Oct 27, 2018
    Posts:
    12
    Hello, I have a building problem and it occurred after importing facebook SDK into the game. Does anybody have a solution?

    upload_2022-7-8_12-51-13.png
     

    Attached Files:

  2. mcertuzun

    mcertuzun

    Joined:
    Oct 27, 2018
    Posts:
    12
    I need help
     
  3. mcertuzun

    mcertuzun

    Joined:
    Oct 27, 2018
    Posts:
    12
    Please I need help
     
  4. Juck1

    Juck1

    Joined:
    Dec 26, 2015
    Posts:
    5
    getting the same error((
     
    Last edited: Jul 22, 2022
  5. Yakirbu

    Yakirbu

    Joined:
    May 7, 2015
    Posts:
    28
    Same here
     
  6. Xozyain

    Xozyain

    Joined:
    Jun 16, 2017
    Posts:
    10
    It's a new Facebook SDK v14.0.0 bug.
    Actually - hard to say, is Facebook QA was busy or they just dont' like us, but the only way is to use v13.2 SDK afaik

    ...newer use .0 software)
     
  7. absurdnoize

    absurdnoize

    Joined:
    Nov 23, 2019
    Posts:
    10
    Same Error, using Facebook sdk 14
     
  8. Mbouanani

    Mbouanani

    Joined:
    Jun 8, 2021
    Posts:
    2
    Same...
     
  9. unity_471FE28708F9AD48A1AC

    unity_471FE28708F9AD48A1AC

    Joined:
    May 6, 2022
    Posts:
    3
    Same Error here, using Facebook sdk 14 too....
     
  10. DropShmot

    DropShmot

    Joined:
    Feb 27, 2018
    Posts:
    2
    OK, maybe it's not a solution, but it works.
    I'm just deleting Canvas and Windows folders from Assets/FacebookSDK/Plugins

    And don't forget to add
    <android metadata:name="com.facebook.sdk.ClientToken" android:value="YOUR-CLIENTTOKEN-HERE" />
    to AndroidManifest.xml file, or you will get an initialization error when launching the application.
     
  11. LeekAndRibs

    LeekAndRibs

    Joined:
    Mar 7, 2017
    Posts:
    49
    Have the same error... Sad that the developers don't do a single build before making the SDK public.

    Version 14 is supposed to fix exactly this bug among others ;)
     
  12. Xozyain

    Xozyain

    Joined:
    Jun 16, 2017
    Posts:
    10
    LeekAndRibs likes this.
  13. LeekAndRibs

    LeekAndRibs

    Joined:
    Mar 7, 2017
    Posts:
    49
    Can confirm that the steps listed by Facebook fix all existing issues. Released Android + iOS yesterday with Facebook SDK version 14.0.0 and so far everything is running fine :)
     
  14. absurdnoize

    absurdnoize

    Joined:
    Nov 23, 2019
    Posts:
    10
    Guys just go to prev version