How to increase the performance in Android?

How I could increase the perfomance on Android? Im getting like 55fps on my pc but god in Android it runs so slow, I have like 200 gameobjects, 25-40 of them have animations.

I think that’s is the problem but I can’t delete a lot of them just like 50-25 gameobjects, so do you have some idea to increase the performance? I have thought to do a scrpit that enable the gameobjects when the player is near but I don’t have any idea how to do it, and I don’t know if this will work too…

Here I show you the statistics:
36308-statics.png
Thanks for all and sorry for my english! =) Have a good day!

This is like asking, “how do i build houses faster” - without showing the plans, placements, building materials, etc etc etc. There isn’t an easy button for optimization of any platform. There are key indicators, but it could come down to your code, too many rigidbodys, the actual type of phone and processor it has, etc etc etc etc.

Use google, check out the forums for android, hit up a website or two, read the manual, we don’t have access to anything interesting regarding your issue, in this case only you do, so you will have to do some research.