GetuiLaboratory / getui-flutter-plugin

个推官方提供的推送SDK Flutter 插件(支持 Android & iOS)

Home Page:http://docs.getui.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

【Problem】didn't find class "com.getui.getuiflut.FlutterPushService"

lifelikejuly opened this issue · comments

Log

D/GetuiflutPlugin(24410): init getui sdk...test
E/PushManager(24410): call - > initialize, parameter [userServiceName] is set, but didn't find class "com.getui.getuiflut.FlutterPushService", please check your AndroidManifest
E/PushManager(24410): call - > registerPushIntentService, parameter [userIntentService] is set, but didn't find class "com.getui.getuiflut.FlutterIntentService", please check your AndroidManifest

I set with doc but sdk init error

I find only build release apk can find service.
I try build debug version didn't find class service

commented

在pubspec.yaml文件下,有个dev_dependencies,这个也要跟dependencies一样加入getuiflut: ^0.1.6 这个内容

I reslove this problem by delete build folder.I dont know why