I want more fps than 60 in android

How can I get more fps than 60 in android?

You can use frameRate(); in the Java-mode of Processing. This might also work for Android mode…

I tried that, it didn’t work.

@iamjustcurious ===
there is not any max frame rate for android; max frame rate relies on your phone specs (hardware && config) and as there are 10000 specs you can only speak about “average” and 60fps is considered to be this average value knowing that for some phones it is more and for others less; so, if you are trying to set the frame rate to 100fps with a phone which is only 50fps or 60fps you get absolutely nothing!Adding that setting the frame rate to the max value possible is not a good idea because the user can see the difference when your app is making heavy work or nothing; that s why a lot of real apps use 30fps…