How to run commands in Android Studio?

Asked

Viewed 1,416 times

0

I need to execute the command: Gradle -q dependencies to check library conflicts in Android Studio.

2 answers

1


If you are using the Android Studio in Macosx:

Use the access bar to Terminal and open a new session: inserir a descrição da imagem aqui

In the terminal navigate to the root of your project and use the commands using ./gradlew:

inserir a descrição da imagem aqui

  • I only have the files Gradle, gradlew in Workspace, do not appear these files within the project, so the commands do not work.. what to do?

  • What files do you have in your project directory tree?

  • has the entire Workspace, if I only import the project Gradle, the run module is empty and also no matter the src classes

0

To add iTSangar Voce user response you can access the Gradle console on the right side of the same terminal barLinha Azul

Browser other questions tagged

You are not signed in. Login or sign up in order to post.