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 ...
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.
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!"
0
Yes...I have one that read C++ files and execute them in binary file on android...its C4droid