apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
160 stars 85 forks source link

Android Support #636

Open PengZheng opened 10 months ago

PengZheng commented 10 months ago

We used to support Android. But last time I tried Android build, it failed. To have proper Android support, we need to:

  1. Make Celix compile under Android.
  2. Make tests pass under emulator.
  3. Have usable JAVA binding.
  4. Have efficient RSA and Service Discovery, probably based on Binder.