Search code examples
androidpythoncplatform

Write C/C++/Python code on an Android cellphone


I have this cellphone which runs Android OS 2.6. Due to some reasons, I want to write code directly on my cellphone just as what we do in front of our PC.

So,

  1. Can we make the Android cellphone a develop-platform? I mean write/compile/run C code on Android cellphones?

  2. If we can, how?


Solution

  • Yes you can, for C/C++ (but sorry, not free). I don't use python, don't know if it have similar one or not. Anyway, this is just-for-fun compiler, I don't think it can compile real code with such low processing power and memory.

    If you didn't like this app or don't have money, try to compile tiny C for android.