Should the Camera app checked out via Git be able to compile as is? I used the command git clone git://android.git.kernel.org/platform/packages/apps/Camera.git to grab the source, then created a new Android 1.5 "project from existing source" in Eclipse. There are numerous errors in the project, however. To give some idea of the errors, here are a few: * in the AndroidManifest.xml file, it reports that "Class com.android.camera.UploadService does not exist" * In Camera.java, "MediaStore.EXTRA_FULL_SCREEN cannot be resolved" * In CropImage.java, there are a few variables that are unresolved, like "mContext", "mLeft", "mRight", "mTop", "mBottom".
I have a feeling my project is set up incorrectly. Am I missing a step? Or is the branch I checked out "unstable", and if so, how may I find a "compilable" version? I looked at a related post http://groups.google.com/group/android-developers/browse_thread/thread/2a8fa4eb497b5d5b , but it seemed that these problems were not encountered then. Thanks for your help, Karl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

