Location of gradle binary on Android Studio Install (Linux) -


where standard android studio install under linux place gradle executable?

i want run cmd line, can't find add path

by default android studio uses gradle wrapper. can find gradlew file in project root. check this link

if want can install own gradle version , use command line. in case can tell android studio use version instead of wrapper


Comments

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -