Launching OSGI Felix on android gives error: “java.lang.UnsupportedOperationException: can't load this type of class file”
问题 I am trying to launch OSGI Felix framework on android. I followed this link and things were going fine. In the bundle directory, I added a bundle that was an eclipse plugin project that I created earlier in order to launch it on android. It has only one activator class with a "Hello" Message in the start() method. Now, when I launched Felix on android shell, I noticed that the bundle I added is causing a problem and can't be launched on android. Here's the errors I get when I launch Felix: