Browse Source

Update comments.

master
damencho 8 years ago
parent
commit
34f2ff9b85
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      android/build.gradle

+ 3
- 0
android/build.gradle View File

212
     }
212
     }
213
     // If the license is not accepted, accept it so that automatic downloading
213
     // If the license is not accepted, accept it so that automatic downloading
214
     // kicks in.
214
     // kicks in.
215
+    // The license hash can be taken from the accepted licenses, by doing this
216
+    // on your local machine the file is
217
+    // ${androidHome}/licenses/android-sdk-license
215
     if (androidHome) {
218
     if (androidHome) {
216
         def dir = file("${androidHome}/licenses")
219
         def dir = file("${androidHome}/licenses")
217
         dir.mkdirs()
220
         dir.mkdirs()

Loading…
Cancel
Save