There are many different reasons why your project isn't compiling, but one of the simplest and most common ones I've found is that I sometimes accidentally build against one of the Android open source APIs, when I actually need to be building against one of the Google API releases, in order to make use of things like the maps library that aren't part of the open source APIs.
Project > Properties > Android > Project Build Target Hope this helps, Drew On Nov 16, 12:40 am, moon2009 <[email protected]> wrote: > Hi all, > I want to compile phone app in eclipse but after downloading and > building project ,i have so many compile errors. > it seems that the functions in sdk is not enough for compiling,should > i add anything else to build path? > please help me > thanks -- 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

