problem in using pvr.ccz

Can I use pvr.ccz in android app?
I have tried to use it but it only shows a white image

There’re many formats can be packed in pvr container. But you can’t use the formats marked as unsupported

/*
    List of formats in pvr container
*/
enum
{
    kPVRTextureFlagTypeRGBA_4444= 0x10,
    kPVRTextureFlagTypeRGBA_5551,
    kPVRTextureFlagTypeRGBA_8888,
    kPVRTextureFlagTypeRGB_565,
    kPVRTextureFlagTypeRGB_555,             // unsupported
    kPVRTextureFlagTypeRGB_888,             // unsupported
    kPVRTextureFlagTypeI_8,
    kPVRTextureFlagTypeAI_88,
    kPVRTextureFlagTypePVRTC_2,        // unsupported on non-ios platforms
    kPVRTextureFlagTypePVRTC_4,   // unsupported on non-ios platforms
    kPVRTextureFlagTypeBGRA_8888,    // unsupported on non-ios platforms
    kPVRTextureFlagTypeA_8,
};

And I’m not sure if recently fixed bug #700, #701 affects your problem