I am trying to port the Sip communicator application to android. This is
done by launching felix from the android activity. The other bundles are
installed by reading the bundles a Inputstream from the res/raw. The bundles
are getting installed.

The bundle.start() function is successful for bundles, which doesn't have
the Bundle-Activator constant in the manifest file. But if the
Bundle-Activator is present, the activator class fails to get loaded and
hence the bundle.start() fails with

BundleException - unable to load this type of class and a reference to the
defineClass function of the Dalvik vm.

Is the problem due to Dalvik vm not able to load the bytes. If so what is
the solution.

-Padma

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to