在Android应用开发期间,有没有办法(可能是某些应用、hack、库)来测量每秒帧数(FPS)? 最佳答案 您可以使用TinyDancer图书馆。只需添加如下代码:publicclassDebugApplicationextendsApplication{@OverridepublicvoidonCreate(){//defaultconfigTinyDancer.create().show(this);//orcustomazedconfigTinyDancer.create().redFlagPercentage(.1f)//