Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I'm using the following framework :Beginning Android Games Framework

On my phone Galaxy S2 there is 60 FPS.But on galaxy tab 10.1 fps is going down to 40.Then i remove glView.setEGLConfigChooser(8, 8, 8, 8, 0, 0); setting from my renderer's onCreate and it went up to 55 FPS.But i'm sure of that FPS will be under 55 on some old devices.

What can be a problem?How can i increase my FPS?

share|improve this question
@knight666 In original framework there isn't any setEGLConfigChooser,i add this but i remove this setting now.My problem is that my fps is already low. – droidmachine Jun 25 '12 at 13:49
Use 30 fps on portable. – bobobobo Sep 17 '12 at 21:33

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.