Android development on Android

I want to be able to develop and immediately launch Android applications on my device. I played with sl4a and a bluetooth keyboard, but the application and ide were not intended for what I want to do with them. what are my options?

explanation . I want mobile dev env not to turn on any computer (other than my Android device). I would like a simple code editor such as emacs or scite to be perfect, and some kind of full interpreter or compiler for the full android api that runs on the device. I dream, clearly, but how close can I get to this today?

+5
source share
4 answers

Vim, ConnectBot Milestone. root - , , .

: Native Vim Android

. . $HOME SD-, Python ~/.vim/ .

, , Vim... . , , !

Python Mercurial, Android. , /sdcard/sl4a// . , py4a.

+2

Android, sdks , apk usb .

, .

I use sdk on developer.android.com and eclipse on windows xp, and use AndroZip on my phone to install sdk. simples; -)

I have not studied using usb debugging, but it might be even better.

-1
source

All Articles