首页
社区
课程
招聘
[求助][讨论]来下,有个高难度问题,android插件问题
发表于: 2015-8-27 19:00 9287

[求助][讨论]来下,有个高难度问题,android插件问题

2015-8-27 19:00
9287
研究android 插件遇到麻烦,讨论下,看看有方案没
插件的资源不在宿主中,插件里面发广播。报错

       at com.android.systemui.statusbar.BaseStatusBar.createIcon(BaseStatusBar.java:1730)
            at com.android.systemui.statusbar.BaseStatusBar.createNotificationViews(BaseStatusBar.java:1696)
            at com.android.systemui.statusbar.phone.PhoneStatusBar.addNotification(PhoneStatusBar.java:1171)
            at com.android.systemui.statusbar.BaseStatusBar$6$2.run(BaseStatusBar.java:494)
            at android.os.Handler.handleCallback(Handler.java:739)


systemui查找的是宿主的资源,因为通知的包名就是宿主

下面的log是apkpug的log

08-27 18:19:50.872: W/InputMethodManagerService(1281): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@7f568d1 attribute=null, token = android.os.BinderProxy@6a2aee3
08-27 18:19:50.885: W/asset(1353): Asset path /data/user/0/com.apkplug.test/files/bundle/apkplug/mybundle/bundle1/version0.0/bundle.apk is neither a directory nor file (type=0).
08-27 18:19:50.885: E/Notification(1353): ApplicationInfo ApplicationInfo{39f1a7f com.apkplug.test} not found
08-27 18:19:50.893: D/AudioFlinger(954): mixer(0xb4580000) throttle end: throttle time(110)


发送通知之前把插件的资源add 到systemui里面了
实在搞不懂怎么做的,没思路,各位大神讨论下

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 196
活跃值: (17)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
请看看这个:https://github.com/Qihoo360/DroidPlugin,也许对你有帮助
2015-8-27 20:12
0
雪    币: 26
活跃值: (15)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
信息有点少,还是希望楼主,多弄点log信息,或者直接debug

08-27 18:19:50.885: E/Notification(1353): ApplicationInfo ApplicationInfo{39f1a7f com.apkplug.test} not found

at com.android.systemui.statusbar.BaseStatusBar.createNotificationViews(BaseStatusBar.java:1696)
2015-8-27 23:48
0
游客
登录 | 注册 方可回帖
返回
//