Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio Gradle Tab

I've started to work on an android project that has many Gradle tasks. After cloning the project from git, there is no Gradle tab in Android Studio!

like image 729
Amirhosein Heydari Avatar asked Sep 10 '18 07:09

Amirhosein Heydari


2 Answers

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

like image 176
valerybodak Avatar answered Nov 15 '22 03:11

valerybodak


I had to do the following (Windows):

  1. go to File -> settings
  2. change keymap to windows
  3. Ctrl+Shift+A
  4. search gradle and choose sync project with grade file

enter image description here

like image 45
Elia Weiss Avatar answered Nov 15 '22 04:11

Elia Weiss