Abdelrahman Samir
Abdelrahman Samir

Reputation: 1

How can I show the right side Gradle tab in Android Studio (Flutter)?

I open my flutter project on android studio but the Gradle side tab on the right side is not appearing to me. I need it in order to get the SHA-1 code. What can I do to make it appear to me?

Upvotes: 0

Views: 524

Answers (1)

Javatar
Javatar

Reputation: 141

Click
Ctrl+Shift+A (for Win/Linux)
or
Cmd+Shift+A (for Mac)
then type "Gradle"
And click on "Gradle" item in the list.

If In some cases the above doesn't work then,
click Shift+Shift
switch to "Action"
then type "Gradle" and select "Gradle" item in the list.

Upvotes: 1

Related Questions