Frage

I was trying to port a library to Android
and I noticed it uses OpenKODE core and includes KD/kd.h.
Is there support for OpenKODE core in Android NDK ?

War es hilfreich?

Lösung

From what is present in the AOSP, there is no sign of the OpenKODE library.

Edit : Quoting from the android-ndk Google Group :

Nope, there isn't. Most of KD/kd.h is a light wrapper around Posix features though, so you should be able to write one.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top