Computer Science Canada How to convert Turing file to apk |
Author: | Geronimo [ Sun Jun 17, 2018 10:25 am ] |
Post subject: | How to convert Turing file to apk |
What is it you are trying to achieve? Trying to convert my Turing code to make a apk file What is the problem you are having? I have no idea how to do it Describe what you have tried to solve this problem Tried to find .exe to all converters but no success Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) N/A Please specify what version of Turing you are using Turing 4.1.1 |
Author: | Insectoid [ Sun Jun 17, 2018 11:46 am ] |
Post subject: | RE:How to convert Turing file to apk |
It probably can't be done. Exe files are designed for Windows. Turing is designed for Windows. Apks are for Android. Android is designed for touch screens, Turing is designed for mouse & keyboard. You're better off learning an Android-compatible language like Java. |
Author: | Hugetanks [ Mon Jun 18, 2018 4:51 pm ] |
Post subject: | Re: How to convert Turing file to apk |
Possibly check out this link: https://tricksmaze.com/convert-exe-to-apk-android/ |