damencho 8 роки тому
джерело
коміт
34f2ff9b85
1 змінених файлів з 3 додано та 0 видалено
  1. 3
    0
      android/build.gradle

+ 3
- 0
android/build.gradle Переглянути файл

@@ -212,6 +212,9 @@ afterEvaluate { project ->
212 212
     }
213 213
     // If the license is not accepted, accept it so that automatic downloading
214 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 218
     if (androidHome) {
216 219
         def dir = file("${androidHome}/licenses")
217 220
         dir.mkdirs()

Завантаження…
Відмінити
Зберегти