Is There Any Specific Application Which Runs .exe Files In An Android Device? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is There Any Specific Application Which Runs .exe Files In An Android Device?

I Wanted To Know This Because This Will Help Run C++ Programs In Android Device And Use Them As Apps ...

25th Aug 2016, 4:36 PM
Shashank Pai
Shashank Pai - avatar
3 Answers
+ 1
I doubt it. It requires emulation or complete virtualization of the target operating system for which the executable was built. You can still look for emulation software or virtual machines. Most efficient solution would be to recompile the source code for an Android target.
25th Aug 2016, 11:23 PM
Stefan
Stefan - avatar
0
Run exe file in android? ummm but every program in android have a consist file not like exe that link to another folder in computer(not in program)very much while android program is come with program (ah yes android can be made of with java) The thing I want to told is "It's very hard to do!"
27th Aug 2016, 6:57 PM
JS of MC(not C++ || java)
JS of MC(not C++ || java) - avatar
0
Yes...I have one that read C++ files and execute them in binary file on android...its C4droid
28th Aug 2016, 5:29 PM
Carlos Augusto Silva Gurgel
Carlos Augusto Silva Gurgel - avatar