I have a beagle board running android.
I am trying to access gpio from c code , through JNI(Java Native Interface).
But I am unable to create a dll library, using the c code that is making system calls like gpio_request ( ) etc.
can any one pls help me in this regard?