I am trying to grab the screen using ScreenshotClient, However, when i compile it, it show the errors.
/home/pok/workspace/Pixel/obj/local/armeabi/objs/fb/framebuffer.o: In function `screen()': /home/pok/workspace/Pixel/jni/framebuffer/framebuffer.cpp:13: undefined reference to `android::ScreenshotClient::ScreenshotClient()' /home/pok/workspace/Pixel/obj/local/armeabi/objs/fb/framebuffer.o: In function `~sp': /home/pok/android-ndk-r7/platforms/android-14/arch-arm/usr/include/utils/RefBase.h:327: undefined reference to `android::RefBase::decStrong(void const*) const' collect2: ld returned 1 exit status what is the problem? i have included <surfaceflinger/SurfaceComposerClient> . -- 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

