Faster Android development

android

Solution

is there any lightweight version of the emulator

No.

is there some lighter IDE than Eclipse which supports Android development and Android debugger

Short answer: no. But, you can use the android tools to set up a project, use any plain text editor to edit java sources and use ant to compile everything and adb to install to the emulator.

See http://developer.android.com/guide/developing/other-ide.html

Problem

I have noted that in my computer Android and Eclipse are very slow. I agree that my computer has not very much memory but I was wondering is there any lightweight version of the emulator and is there some lighter IDE than Eclipse which supports Android development and Android debugger?

Original source

Related problems