monzie wrote: > I downloaded the Camera.git source and used Eclipse to build a project > from this existing source. Building the project results in 100 > errors. It appears that there are some components that are not in the > SDK. Has anyone build the camera app from the android source? > I am building against SDK 1.6, API level 4 and using the corresponding > Camera.git version. > > The first few errors are: > android.R.styleable cannot be resolved (GridViewSpecial.java) > com.android.internal.R cannot be resolved (MenuHelper.java) > DrmStore cannot be resolved (DrmImageList.java) > ExifInterface cannot be resolved (Image.java)
You cannot build the firmware applications, like Camera, with just the SDK. You need to build those applications as part of the overall firmware. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Online Training: 26-30 April 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

