On Mon, Dec 19, 2011 at 4:58 AM, Kristopher Micinski
<krismicin...@gmail.com> wrote:
> On Mon, Dec 19, 2011 at 3:38 AM, Ali Chousein <ali.chous...@gmail.com> wrote:
>>
>>> So is there a way to convert the .exe files to .apk files  ??
>>>
>>
>> You bet there is. It's quite straighforward actually. The only thing
>> you need to do is run the exe file on your PC, study in detail which
>> functionality it provides and then go ahead and implement the same
>> functionality in Java using Android SDK. As a final step you can
>> follow the Android documentation on how to sign your APK file etc etc
>> etc. The needed effort is open to discussion but I'm almost sure you
>> can convert any exe file to APK in this way ;-)
>>
>
> True!  :-)..,
>
> On the "ways that will probably get you sued" front, you could always
> take the source, disassemble it, (perhaps decompile that to something,
> since you'll have to replace parts), then convert it to java (I'm
> pretty sure there's a c to java source-source compiler out there
> somewhere), and down to Android...  But yes, you'd have to be crazy to
> invest so much time, and would be better off doing as Ali mentions!
>
> kris

change that to "take the .exe"

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to