Android: Nat Table: “fix Me! Impliment Getnetbyaddr() Bionic/libc/bionic/stubs.c:444” What Does It Mean And How To Fix It
Background: I'm trying to setup a VPN server on android phone. For, this I am trying to use android sample application ToyVpn. To setup the server, I have to add following rule i
Solution 1:
I do not think you did anything wrong - the message seems to indicate that a critical libc function is not implemented in bionic, the C library used by Android.
I do not think there is really anything you can do, short of implementing the function in bionic and then possibly compiling most of an Android system from source.
Post a Comment for "Android: Nat Table: “fix Me! Impliment Getnetbyaddr() Bionic/libc/bionic/stubs.c:444” What Does It Mean And How To Fix It"