Android Activity 如何使用设备上安装的 Knopflerfish OSGi Bundle
我已经使用本教程在 Android 模拟器上安装了 Knopflerfish: http://www.knopflerfish .org/releases/current/docs/android_dalvik_tutorial.html
模拟器上的安装没问题,现在我想调用运行在我的 Android 活动中的模拟器。但我就是找不到任何方法来做到这一点。
有人已经做过这样的事情了吗?
I have installed Knopflerfish on an Android emulator using this tutorial: http://www.knopflerfish.org/releases/current/docs/android_dalvik_tutorial.html
The installation on the emulator is ok, and now I would like to call an OSGi bundle running on the emulator from my Android Activity. But I just can't find any way to do this.
Is there somebody who has already done such a thing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你见过这个吗?
http://nilvec.com/embedding-osgi-into -an-android-application-part-1.html
我为了在 Knopflerfish 中提供更好的 Android/Dalvik 支持而提交的补丁已被合并,因此不再需要修补和重新编译 KF:
http://knopflerfish.blogspot.hu/2012/07/knopflerfish-33-released .html
不过,我自己还没有测试过。
Have you seen this?
http://nilvec.com/embedding-osgi-into-an-android-application-part-1.html
The patches I submitted for better Android/Dalvik support in Knopflerfish have been merged so patching and recompiling KF should not be necessary anymore:
http://knopflerfish.blogspot.hu/2012/07/knopflerfish-33-released.html
I haven't tested this myself, though.