It looks, at least for me. May be my own ignorance, or perhaps that I have not understood you very well.
My point is that Android OS is a linux based system, where you cant exec MS-DOS/WINDOWS binary executable files like those with .exe extension (at least not directly, you can do it with some using WINE for example, but thats another history...). Also if you develop your application the common way, i.e. in Java with Android SDK, it will run on a sandbox within the system, on the Dalvik VM, so your chances to execute native code are even less (though I think you can use JNI for the task), and to be honest I do not know how to do that and what issues you may found (may be you need even a "rooted" device). Anyway, the point is that you cannot execute a Micro$oft .exe binary file within your Android device. And installing WINE or something for the task seems to be too complicated for just considering it. Maybe I am wrong anyway. Regards, On 30/05/12 13:16, Anirudh Loya wrote: > Crazy ? > > On Wed, May 30, 2012 at 6:56 AM, Francisco M. Marzoa Alonso < > [email protected]> wrote: > >> On 30/05/12 12:03, Meryeme Ayache wrote: >>> I am trying to install a .exe softaware >> WHAT??? >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

