Is there a way to run a binary executable file (compile with NDK), on Android?
/* #includes #defines ... */
int main(){
// Do something when this is executed
return 0;
}
I want it to run independant from the VM. As in not inside an activity, just a binary that runs directly on the proc
But your device has to be rooted. (It also works on emulator.)