Guest User

Untitled

a guest
Dec 14th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. System.TypeLoadException: Could not load type 'Android.Gms.Common.Apis.GoogleApiClient/IConnectionCallbacksInvoker' from assembly 'Xamarin.GooglePlayServices.Base, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
  2.  
  3. using Android.App;
  4. using Android.Widget;
  5. using Android.OS;
  6.  
  7. namespace App
  8. {
  9. [Activity(Label = "Befy", MainLauncher = true, Icon = "@drawable/icon")]
  10. public class MainActivity : Activity
  11. {
  12. protected override void OnCreate(Bundle bundle)
  13. {
  14. base.OnCreate(bundle);
  15.  
  16. SetContentView(Resource.Layout.Main);
  17. }
  18. }
  19. }
Add Comment
Please, Sign In to add comment