1

Here is how it is supposed to look

enter image description here

But this is how mine currently looks and I do not know what happened or what I did wrong

enter image description here

When I click on Gradle, instead of showing me what it shows in the proper image it just says there is nothing to show. Could this be an install error? Or is there a setting I did not click? See Image here I wanted to get my debug certificate and a post I saw said the easiest way was to click on the gradle in the top right but when I try this it just shows what is in the third picture How to get the SHA-1 fingerprint certificate in Android Studio for debug mode?

The top answer is what I tried to follow

MashukKhan
  • 1,946
  • 1
  • 27
  • 46
It's Bk
  • 31
  • 1
  • 5

2 Answers2

1

Choose

Window > Restore Default Layout.

Or alternatively, you can do this by pressing SHIFT+F12

Also, choose Android in Project View

enter image description here

Rishabh Sagar
  • 3,877
  • 3
  • 15
  • 24
0

https://i.stack.imgur.com/dqQRw.png

Click on the box I've indicated with the arrow. Choose "TagAlong" from the dropdown instead of the option you have selected.

With the option you currently have selected, you're telling Android Studio to build your build.gradle file and nothing else. This is a mistake I made early on and it took me hours to figure out.

Also, you're in Project view when you probably want to be in Android view:

https://i.stack.imgur.com/hqjJz.png

Gavin Wright
  • 3,124
  • 3
  • 14
  • 35