I have an exe file working on my desktop, I want to run it on my android mobile. Is there an easy way for it?
Asked
Active
Viewed 576 times
1 Answers
2
No. '.exe' is exclusively for Windows operating system. You need an '.apk' extension file to install in Android.

SoftwareGuy
- 1,121
- 2
- 11
- 23
-
-
Other than converting your code to JAVA / Kotlin , I don't thing there is any other way. Basically you need to rewrite every line of code which can be understandable buy Android. You can build apps for Android using JAVA / C++ / Kotlin – SoftwareGuy Nov 13 '20 at 16:43
-
1Check this link -> https://stackoverflow.com/questions/101754/is-there-a-way-to-run-python-on-android – SoftwareGuy Nov 13 '20 at 16:44