Thanks for the OSGi Connect idea and implementation. Which make it possible to run bundle on android.
We are looking for a solution for common plugin framework, runing both on jvm and Android Runtime. After several hours searching I finally get to Atomos and get Android example running.
The Android Example works fine. I can see the web console page using chrome browser on Android.
But the example only demostrate, we have to put all bundles, and atomos framework, into app/lib of Android Project, before we can compile and get a apk.
Would anyone please share a way to make an ordinary bundle to be transformed into a Android readable zip package or aar? Inside the package, there shall be the Manifest and classex.dex which ART could read.
Thanks for the OSGi Connect idea and implementation. Which make it possible to run bundle on android.
We are looking for a solution for common plugin framework, runing both on jvm and Android Runtime. After several hours searching I finally get to Atomos and get Android example running.
The Android Example works fine. I can see the web console page using chrome browser on Android.
But the example only demostrate, we have to put all bundles, and atomos framework, into app/lib of Android Project, before we can compile and get a apk.
Would anyone please share a way to make an ordinary bundle to be transformed into a Android readable zip package or aar? Inside the package, there shall be the Manifest and classex.dex which ART could read.