Wednesday, July 20, 2016

In Android Studio 2.2 gradlew command can donwload android.sdk dependencies


For more info watch video from GoogleIO 2016 What's new in Android Development tools (min 11:55-12:15)


Gradle Build System release notes

Add to gradle.properties:
android.builder.sdkDownload=true

According to this post:
Command will only download android sdk, it will not download google service, repository etc..

No comments:

Post a Comment