I am learning Binders in Android, so I want to test whether my sample applications written in C/C++ are working properly. I am on a linux based PC.
When I searched on Google, every example was implementing a JNI layer, which I think don't is required as I can use simple logging facilities.
Is there a way that I can test my (android-based) executables directly on my PC? Hope I am clear.