SaiKiranVeluri wrote: > Thanks for the quick response Murphy, any idea like what build in > applications this gallery application is expecting to compile itself?,
I will say it again: The Gallery application most likely cannot be built using the SDK. Most of the built-in applications need to be built as part of the firmware. This means "what...is expecting to compile itself" is: everything. You are welcome to attempt to make a port of the Gallery application that builds using just the SDK. You will need to find all unresolved imports, look at the code from the firmware that is missing, and determine if that is something you need to clone into your own project or if it is something you can just comment out (perhaps disabling some features). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Online Training: 10-14 May 2010: http://onlc.com -- 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

