i read so much thinks about OSGI and Android but my question is still unanswered. I working at the moment on a small application for Desktop using basicly equinox as OSGI implementation. For the common functionality i create an own OSGI-Bundle and using service registry to get the implementation and the rest is normal pojo.
I would like to ask its possible to run normal OSGI-Bundles on android with apache-felix with?
Im asking because i trying to start apache felix on android but i still getting an exception: java.lang.NoClassDefFoundError: org/apache/felix/main/Main
Big thanks