by jonbonazza » Sat Feb 11, 2012 1:09 am
.exe is a windows executable. It is only executable on a windows machine. android is based on a linux kernel, so, natively, it would have to run .bin files, though native files are not executable directly. you need to go through the dalvik VM and exeute the bytecode via a .apk file.