Light ide for android development

11,921

jEdit is a lightweight Java IDE, you'll need to install some plugins to use for android development. See here for a small tutorial on this: http://ashish-yadav.blogspot.nl/2012/09/android-development-using-jedit-part-1.html

But developing Android apps isn't very easy like in Eclipse or IntellijIDEA. Debugging possibilities in jEdit are not remotly as good as these two.

Note: 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.

This will require some further knowledge on compilen and installing with adb manually though.

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

I would stick with Eclipse or IntellijIdea if I were you, while slower I think you get more good than bad at the end.

Note 2: If your biggest point is the slowness of the emulator, well that's tough the emulator is slow on even the heaviest of machines. You can run a x86 system image as emulator, but I doubt your laptop will handle this.

Share:
11,921

Related videos on Youtube

Bringoff
Author by

Bringoff

Updated on June 04, 2022

Comments

  • Bringoff
    Bringoff almost 2 years

    Now I'm using IntelliJ Idea. But my notebook has only 2Gb RAM and Idea is very slow sometimes. I want to have little IDE for education projects. There is AIDE, which run on Android devices, but I want something like AIDE on Windows for simple coding.

    • Aritra Chakraborty
      Aritra Chakraborty
      Have you tried Eclipse ADT? I used to have 2gb ram... and it worked fine.. :/
  • Bringoff
    Bringoff over 10 years
    Hmm... Interesting. I will try. Projects that need to debug, I still going to do in the idea
  • Timmetje
    Timmetje over 10 years
    Personally I think using something as jEdit will frustrate you more, but good luck ;)
  • geniushkg
    geniushkg about 9 years
    use field bord androidtool from sourceforge this will be light weight , also you can achieve code completion using vim editor and vim-android plugin