本文介绍了如何在Android活动使用Knopflerfish OSGi包安装在设备上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在使用本教程的Andr​​oid模拟器安装Knopflerfish:的

I have installed Knopflerfish on an Android emulator using this tutorial: http://www.knopflerfish.org/releases/current/docs/android_dalvik_tutorial.html

在模拟器上安装就可以了,现在我想调用一个OSGi包从我的Andr​​oid活动模拟器中运行。但我无法找到任何方式来做到这一点。

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?

推荐答案

你见过吗?

http://nilvec.com/embedding- OSGi的成安,Android的应用程序部分1.HTML

我在Knopflerfish提交更好的Andr​​oid / Dalvik的支持,该补丁已经被合并,以便修补和重新编译KF应该没有必要了:

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.

这篇关于如何在Android活动使用Knopflerfish OSGi包安装在设备上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-21 17:35