Лицензии Android SDK

#android #ionic-framework #android-sdk-tools #ionic4

#Android #ionic-framework #android-sdk-tools #ionic4

Вопрос:

У меня ошибка при компиляции приложения ionic.

 Checking the license for package Android SDK Build-Tools 26.0.2 in /usr/lib/android-sdk/licenses
Warning: License for package Android SDK Build-Tools 26.0.2 not accepted.
Checking the license for package Android SDK Platform 27 in /usr/lib/android-sdk/licenses
Warning: License for package Android SDK Platform 27 not accepted.

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':CordovaLib'.
> You have not accepted the license agreements of the following SDK components:
  [Android SDK Platform 27, Android SDK Build-Tools 26.0.2].
  Before building your project, you need to accept the license agreements and complete the installation of the missing components using the Android Studio SDK Manager.
  Alternatively, to learn how to transfer the license agreements from one workstation to another, go to http://d.android.com/r/studio-ui/export-licenses.html

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
/media/skif/4TB-DISK/Projects/ionicProjects/tbApp/platforms/android/gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
  

Если я проверю лицензию — все в порядке:

 skif@ubuntu-desktop:/media/skif/4TB-DISK/Projects/ionicProjects/tbApp$ ~/Android/Sdk/tools/bin/sdkmanager --licenses
Warning: File /home/skif/.android/repositories.cfg could not be loaded.         
All SDK package licenses accepted.======] 100% Computing updates...      
  

Почему я получаю эту ошибку? Все лицензии приняты. Как я могу это исправить?

Ответ №1:

Как https://github.com/ionic-team/ionic-cli/issues/1726 сказал, что запуск sdkmanager с параметром --licenses решит эту проблему.

Обратите внимание, что у вашего ionic SDK SDK ( /usr/lib/android-sdk ) и у вас используется другое расположение ( ~/Android/Sdk/tools/bin/sdkmanager ).