We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this questionI have an Android phone (Motorola Milestone) and I want to set it as a small PC on my hand. I want to use it for programming, such as write a lisp or C helloworld
program, compile the code and run it.
Is there a C, lisp, Java, ruby, etc. development environment available for Android OS?
For example, Turbo C, clisp, Python, Perl; any language dev IDE for Android OS?
This Project supports some of your requirements but you can expect new languages soon.
I'm pretty sure there's no IDE available for Android (...yet! ;)
i believe there might be some IDE for compiling C, Perl, etc. for android around; because i'm using one called Pascal for android to edit and compile some simple pascal code.
the pascal IDE that i'm using on my android is here: https://market.android.com/details?id=me.zed_0xff.android.pascal&feature=search_result
this is another IDE for Ruby running on Android, it lets you edit your ruby code on android, however, it calls online service for compilation: https://market.android.com/details?id=com.idedroidfree&feature=search_result
for C++, i just can't find out on android market, if anyone digs out such thing on android market, please let me know also
You can use C4Droid for compiling C language.
I have been using another program called Termux
Install the app and run
apt install ruby
It will install Ruby inside that terminal. Now you can cd to your sdcard and run the ruby file using the terminal.
It doesn't require root Hope it helps.
so far i know of a java compiler called JavaNide, it supports writing of java code and compilation and also the development of android apps.I have used it to develop android apps but the pnly issue is that most of the apps ,intended for android dev on phone dont support gradle system and also when coding java,the apps don't support java graphics library....but generally this apps play a huge role in sharpening your skills
Here is the link for accessing the java app on play store: https://play.google.com/store/apps/details?id=com.duy.compiler.javanide
Also there is a C ide on playstore: https://play.google.com/store/apps/details?id=ru.iiec.cxxdroid
Enjoy
精彩评论