Reputation: 1
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
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