Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to develop for Android on Android?

Lately I've been doing a lot of web development on my Droid via ssh using the ConnectBot app and a few other apps for reference. I've also been doing a lot of Android development back home in eclipse, and I wondered: would it be possible to develop and test my android projects right on my phone? All I can do at the moment is either write the code via ssh and then open it later with eclipse to finish it up, or remotely use eclipse via LogMeIn Ignition or VNC. Does anyone know a native way to do what I'm trying to do, preferably offline?

like image 837
Mike Turley Avatar asked Aug 27 '10 16:08

Mike Turley


1 Answers

Try AIDE. I use it because it supports Eclipse projects. https://play.google.com/store/apps/details?id=com.aide.ui

like image 80
Tamás Cseh Avatar answered Sep 29 '22 21:09

Tamás Cseh