Jitpack:由于某些许可证尚未被接受,因此无法安装以下Android SDK软件包

eug*_*ene 6 android jitpack

我已经用Google搜索过,有人说经过几次尝试并创建了一个新版本后,它已修复,但是它似乎对我不起作用。

我该如何解决?

* What went wrong:
A problem occurred configuring project ':analytics'.
> Failed to notify project evaluation listener.
   > Failed to install the following Android SDK packages as some licences have not been accepted.
        platforms;android-27 Android SDK Platform 27
        build-tools;27.0.3 Android SDK Build-Tools 27.0.3
     To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
     Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html

     Using Android SDK: /opt/android-sdk-linux
   > Cannot add task ':analytics:install' as a task with that name already exists.
   > Could not get unknown property 'androidJavadocs' for project ':analytics' of type org.gradle.api.Project.
Run Code Online (Sandbox Code Playgroud)

https://jitpack.io/com/github/littlehome-eugene/analytics-android/1.0/build.log

mac*_*lir 6

您可能遇到过:https : //issuetracker.google.com/issues/123054726

作为解决方法,我单独安装了它。即

$ yes | $ANDROID_HOME/tools/bin/sdkmanager "platforms;android-27"
$ yes | $ANDROID_HOME/tools/bin/sdkmanager "build-tools;27.0.3"
Run Code Online (Sandbox Code Playgroud)