[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] Re: IDE for Android

2011-03-11 Thread Chris Stratton
Most any decent IDE should be able to be configured to invoke build commands. Large software projects intended to be easily maintained and compatible with distributed development tend to avoid the lock-in of an IDE-driven build process and instead provide solid build scripts, which can be triggere

Re: [android-porting] Re: IDE for Android

2011-03-08 Thread Sean McNeil
I use eclipse to compile Android. It works pretty well, but I've never found a means to get the parser to work with both C/C++ and Java. I use a C/C++ project. On 3/9/2011 11:25 AM, RD wrote: Thanks for your reply. I have already built android for ARM and for X86 using the command line. I just