Java.Lang.RuntimeException:无法实例化服务Firebase

时间:2017-12-28 15:26:25

标签: c# firebase xamarin xamarin.android

我在background-attachment: fixed; background-position: left top !important;的空课程中收到错误 我不知道为什么,不知道怎么解决它。我只关注此videocodes(视频github project

FirebaseInstaceIdService

错误:

namespace MyApp
{
    [Service]
    [IntentFilter(new[] { "com.google.firebase.INSTANCE_ID_EVENT" })]
    class MyFirebaseIdService:FirebaseInstanceIdService //<--having error with this
    {
    }
}

0 个答案:

没有答案