In Android Studio
there is a button Sync Project with Gradle File
, I always use it, and it's useful. It will download dependence packages and maybe something more.
But what does it really mean?
Is there a corresponding command in gradlew
?
If I develop an app just using gradle, NO IDE, what commnd should I use ?