-
Notifications
You must be signed in to change notification settings - Fork 72
Does anyone have a clue how to update these bindings to latest versions? #265
Comments
@czmirek If you just need login, you could give https://github.com/thisisthekap/Xamarin.FacebookSlim.Droid a try. |
We can use this library now Facebook Audience Network SDK for .NET for Android ` ` |
anjo can you plz write a tutorial on how you did bind all those libraries and can you bind the chartboost sdk? |
you can read the file readme: Samples Android Facebook Audience Network SDK: https://github.com/fbsamples/audience-network/tree/main/samples/android |
We can use this library now Chartboost SDK for .NET for Android ` ` |
i am asking you how you did the binding of the native sdk????, i tried the android binding library project method and i could not get it to compile |
and can you publish the projects source code here ?? |
@fourad Samples Android Chartboost SDK: https://github.com/ChartBoost/android-sdk-sample-java |
@mhdwaelanjo |
I've browsed existing forks but it doesn't seem anyone has been successful.
I found some other NuGets but neither are open-source and I'm nervous of including some DLL that is potentially mining bitcoin in background or some other nasty stuff.
I just need an updated facebook-login library because this repo is pretty far behind already. So I created a new solution and I'm attempting to include all dependencies for facebook login. Is this the right approach? Can someone please just help me with the issues I have with trying to do the bindings myself?
The Java type '$' could not be found (are you missing a Java reference jar/aar or a Java binding library NuGet?)
warning BG8606: Some types or members could not be bound because referenced Java types could not be found. See the 'java-resolution-report.log' file for details.
java-resolution-report.log
and I see the first line.So I open the decompiler for Java JD-GUI and open the AAR ... but I cannot find any method called
addListener$default
. I know that in this step I should write the XML transformation somehow... but I'm completely failing even on identifying what I am supposed to write the transformation for.So for any binding gurus, I'd appreciate any advice or hint to go the right direction.
The text was updated successfully, but these errors were encountered: