... System.loadLibrary("snmpsdkjni");
5. use the snmpGet API to get the value for scalar or columnar OID. For instance,
String val = SnmpAPIs.snmpGet(SnmpTypes.snmpVersion.Version_2c.getValue(), "192.168.1.7", "public", "1.3.6.1.2.1.1.3.0");
It only supports Get, more yet to come soon.
If you need MIB parser, here is the Android SDK at https://sourceforge.net/projects/smiandroidsdklibrary
You can download my app at https://play.google.com/store/apps/details?id=snmpmanager.feng.gao