This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to access hardware like gpio, i2c in beagle board , running android

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?