Vinu Chandran
Vinu Chandran

Reputation: 325

How can I use newlib with android NDK?

Can I use newlib or newlib-nano with android NDK to build a dynamic library? I know this is not a to-the-point question. But couldn't find much write-up on this. Any help is appreciated. I'm a newbie to android.

Upvotes: 0

Views: 101

Answers (1)

Dan Albert
Dan Albert

Reputation: 10509

Android uses bionic, not newlib. The C runtime is already loaded as part of the zygote in any app so this is not optional.

Upvotes: 3

Related Questions