开发者

Creating a Android OSGI bundle with Eclipse

开发者 https://www.devze.com 2023-01-13 22:56 出处:网络
I have a issue with Android, Eclipse and OSGI. On a Android 2.1 device is a OSGI container running successfully, but for the bundle i need to use the android API so there are n开发者_JS百科o imports

I have a issue with Android, Eclipse and OSGI.

On a Android 2.1 device is a OSGI container running successfully, but for the bundle i need to use the android API so there are n开发者_JS百科o imports missing. In my opinion the android.jar is already available by the system, so he doesn't need to be imported.

I'm not familiar with configure the build path.

Can someone point me in the right direction to solve my import problem?

Thanks,

Yours sincerely,

Jelmert


you have to add all the imported packages in the Manifest file of your bundle (including Android packages).

0

精彩评论

暂无评论...
验证码 换一张
取 消