Imene Noomene
Imene Noomene

Reputation: 3053

Android Profiler not appeared in Android Studio

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

enter image description here

Please who could help me to show up this tab.

Upvotes: 9

Views: 12066

Answers (4)

Fahmida
Fahmida

Reputation: 1220

I have faced this problem too. Here is the solution. You have to enable Android Facet for specific project. Go to File → Project Structure and the select 'Facets'. Click on the + button and Add 'Android'. In Choose Module pop up select your project and Click 'OK' and then click 'Apply'

enter image description here

You can now find Profiler tab in bottom menu and also from View -> Tool Windows

Upvotes: 10

HedeH
HedeH

Reputation: 3034

The perfect tip for Android Studio:

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

enter image description here

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

Upvotes: 10

Kushal
Kushal

Reputation: 8508

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.

Upvotes: 2

Umair
Umair

Reputation: 6426

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.

enter image description here

Upvotes: 9

Related Questions