Noclassdeffounderror: Android.graphics.yuvimage (compiles But Doesn't Run)
i'm reposting this question because i'm not sure if i asked it correctly before.:) i'm working on an app that includes face detection. the camera boots up ok. within the preview fr
Solution 1:
Make sure that you are targeting the proper version of the SDK. In Eclipse right click your project, select Properties and then Android. Api 8 should be selected as the project's build target.
You should also set the minimum SDK attribute in the manifest xml (this has nothing to do with the error though).
Post a Comment for "Noclassdeffounderror: Android.graphics.yuvimage (compiles But Doesn't Run)"