Android SDK许可证

时间:2019-03-06 10:33:28

标签: android ionic-framework android-sdk-tools ionic4

编译离子应用程序时出错。

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 个答案:

答案 0 :(得分:0)

正如https://github.com/ionic-team/ionic-cli/issues/1726所说,使用参数sdkmanager运行--licenses将解决此问题。

请注意,您使用(/usr/lib/android-sdk)和(~/Android/Sdk/tools/bin/sdkmanager)使用的离子对Android SDK的位置不同。