I have an Android JNI wrapper for some C++ code. The C++ code has it's own set of unit tests.
I want to write Java unit-tests for the JNI wrapper class.
Is there a way to unit-test the Android JNI .so
wrapper API from the desktop console e.g. on Windows? Maybe using a desktop Java framework but with all the Android SDK calls?