How to run commands in Android Studio?

0

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

    
asked by anonymous 07.04.2014 / 19:32

2 answers

1

If you are using Android Studio on MacOSX:

Use the Terminal access bar and open a new session:

Ontheterminalnavigatetotherootofyourprojectandusethecommandsusing./gradlew:

    
07.04.2014 / 20:40
0

To add response from the iTSangar user you can access the console from the gradle to the right side of the same terminal bar

    
05.08.2015 / 22:22