My code worked in <5 but in Android 5.0 I\'m running into an issue that I don\'t quite understand.
10-23 10:18:18.945: E/AndroidRuntime(8987): java.lang.I
If you are trying to start service, try it this way:
var intent = new Intent (this,typeof(MyBoundService)); var serviceConnection = new MyBindServiceConnection (this); BindService (intent, serviceConnection, Bind.AutoCreate);