FrameBuffer support in Android

I wrote an application in which I use a FrameBuffer to render into a texture. Then I use a shadder. I read somewhere in the forum that FrameBuffers are not supported in Android. So, will my application not be able to run? Is there an alternative solution to frame buffers?