Any developper for Android IDE?

Hi there!
I've got my Android tablet for a few months now (the Acer Iconia A500). It's got full support of usb host. What I'd like to do is program my arduino using android on my tablet connecting the Arduino by an unmodified usb cable.
My question is : is there any developper who could port the IDE to android?
I know serial port works really well through usb on Android, I've already tried using an app on the merket.

Thanks a lot!

The problem is not porting the IDE (which is java based) but porting the compilers and AVR tools ....

Android is based on linux, so there souldn't be too much problems?

up?

Soranne:
Android is based on linux, so there souldn't be too much problems?

Ok. Off you go then.

Android may be Linux based, but it is a very cut down distribution. There are, AFAIK, no compiler tool chains that work natively on Android, which means you will need to port the entire avr-gcc set to ARM. Even the so-called Android Native Development Kit still requires you to build your application on another platform.

You can use ArduinoCommander if you need to upload compiled arduino sketches:
http://arduinocommander.blogspot.ru/2013/03/upload-sketch.html

dxw00d:

Soranne:
Android is based on linux, so there souldn't be too much problems?

Ok. Off you go then.

Android may be Linux based, but it is a very cut down distribution. There are, AFAIK, no compiler tool chains that work natively on Android, which means you will need to port the entire avr-gcc set to ARM. Even the so-called Android Native Development Kit still requires you to build your application on another platform.

Yes it's pretty difficult as android developers usually have java background and it differs from native (c/c++) development a lot..

Anyway i was able to do it and i'm happy to announce ArduinoDroid:
https://play.google.com/store/apps/details?id=name.antonsmirnov.android.arduinodroid