0

I see in Android developers Guidelines that you can open it this way:

Click View > Tool Windows > Android Profiler (you can also click Android Profiler in the toolbar).

But in my Tool Windows there is no Android profile option at all! How can I add it to my Android Studio?

halfer
  • 19,824
  • 17
  • 99
  • 186
batsheva
  • 2,175
  • 1
  • 20
  • 32
  • 2
    if you are running android studio 3.0 or above then u can find it alongside logcat in your tool windows. It will work with 5.0 and above – Saurabh Bhandari Jan 24 '18 at 09:03
  • my android studio is 2.3.2 so I don't have it then? – batsheva Jan 24 '18 at 09:09
  • yes you have to upgrade your android studio because it added in android studio 3.0 – Saurabh Bhandari Jan 24 '18 at 09:10
  • Please read [Under what circumstances may I add “urgent” or other similar phrases to my question, in order to obtain faster answers?](//meta.stackoverflow.com/q/326569) - the summary is that this is not an ideal way to address volunteers, and is probably counterproductive to obtaining answers. Please refrain from adding this to your questions. – halfer Jan 24 '18 at 11:25
  • Here is the solution Follow these [https://stackoverflow.com/a/68901695/11445727](https://stackoverflow.com/a/68901695/11445727) – Fahmida Aug 24 '21 at 07:21
  • You have to enable facets for specific project [https://stackoverflow.com/a/68901695/11445727](https://stackoverflow.com/a/68901695/11445727) – Fahmida Aug 24 '21 at 07:24

1 Answers1

0

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.

Reference : https://stackoverflow.com/a/51627124/1994950

Kushal
  • 8,100
  • 9
  • 63
  • 82