Android TV lib makes app crashes on Notifications registration -
i'm developing android tv version of app.
the problem is, when add android tv dependency, got error on notification part in main app.
the dependency :
compile 'com.android.support:leanback-v17:24.2.1'
the line app crash :
instanceid instanceid = instanceid.getinstance(this);
the app , notifications worked fine before this, guess there conflict between leanback library, don't find how resolve.
Comments
Post a Comment