xamarin.android - How to install Facebook Android sdk in Xamarin Visual Studio? -


i trying add facebook button in xamarin, facebook button not visible text appearing

here login button code

 <com.facebook.widget.loginbutton     android:layout_width="wrap_content"     android:layout_height="wrap_content"     android:layout_margintop="5dp"     android:layout_gravity="center_horizontal" /> 

it gives error linearlayout has invalid child element com.facebook.login.widget.loginbutton

how add sdk , how display facebook button in xamarin android. please help.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -