[android-porting] IDE for Android

2011-03-08 Thread RD
Hi, Is there an IDE for android with which I can build the entire source code of android and flash it on to my target board? I mean something like Microsoft Visual Studio, with which we can build and flash binary images for Windows CE. Thanks, RD. -- unsubscribe: android-porting+unsubscr

[android-porting] Re: IDE for Android

2011-03-08 Thread RD
Thanks for your reply. I have already built android for ARM and for X86 using the command line. I just wanted to know that other than command line, do we have an option for a GUI based IDE, where we can build and debug android source code? Thanks and Regards, RD On Mar 8, 7:55 pm, Ashwin Bihari

[android-porting] linux-2.6-armdroid - Porting to AT91SAM9260

2012-02-22 Thread RD
' drivers/built-in.o: In function `composite_bind': ledtrig-heartbeat.c:(.text+0x791d8): undefined reference to `switch_dev_register' make: *** [.tmp_vmlinux1] Error Thanks, RD -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: [Android kernel build error]

2009-12-13 Thread Vincent RD
Hi all, This problem I have solved by referring this discussion. http://groups.google.com/group/android-kernel/browse_thread/thread/9b0975d78a28112/797162bf5cd9d459?lnk=gst&q=bad+value#797162bf5cd9d459 Briefly, I do 4 commands as following... git branch goldfish origin/android-goldfish-2.6.27 gi