Android Profiler not appeared in Android Studio

谁都会走 提交于 2019-12-12 19:36:24

问题


I want to analyze memory consumption in my device but I didn't find Android profiler tab in Android Studio as seen below :

Please who could help me to show up this tab.


回答1:


If you take a look at top menu you will see a profile icon click it and it will start your app with profile attached. See the below screenshot to get the idea.




回答2:


The perfect tip for Android Studio:

When you need to find something, write it in the help tab, like this:

If you know what you're looking for, you will find it there :)




回答3:


The Profile option won't show up in tab until we build and run latest code of our branch. Just run again and Profile option would show up.



来源:https://stackoverflow.com/questions/50950742/android-profiler-not-appeared-in-android-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!