Eclipse is widely used by the Android team. A lot of code form the platform just cannot be built using the SDK.
On Mon, Jul 12, 2010 at 12:32 PM, Mark Murphy <[email protected]> wrote: > http://source.android.com/source/using-eclipse.html > > On Sat, Jul 10, 2010 at 8:16 AM, Tanco <[email protected]> wrote: >> Hello, I've been trying to modify the native android applications >> downloaded from the android source repo at github. >> But I noticed that after creating Eclipse projects from some apps, >> like the Launcher, there are missing imports, variables that are not >> declared anywhere else, etc... >> After my initial research, I noticed that some of the libs that are >> native, are compiled at runtime and registered in the dalvik VM as >> java libs and by having done this the system finds these as already >> present libs, the same goes for the "phantom" variables. But I don't >> understand how does a developer open such a project in any java ide, >> and compile it. >> So what do Google developers use to work on android apps? >> I don't believe it's eclipse, since I am not sure you can make eclipse >> use runtime imports, and runtime variables. >> And I am almost certain that they do not write code in notepad :) >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > Android App Developer Books: http://commonsware.com/books > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

