Skip to content Skip to sidebar Skip to footer

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).

Solution 2:

Make sure that the package com.tecmark.FaceView is available to your project. Something like: package com.tecmark.FaceView should be present at the top of your code in this file.

HTH, Sriram

Post a Comment for "Noclassdeffounderror: Android.graphics.yuvimage (compiles But Doesn't Run)"