元の作成者からフォークした、Github のCalendarViewという Android ライブラリがあります。Jitpackで Android ライブラリを公開しました。
releases
で、GitHub で作成しましたgit tag
。についてrelease tags: v1.0, v1.1
、build
オンJitpack
が成功しました。
ただし、バージョンv.12
の場合、build
onは次のJitpack
エラーで失敗しました:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> You have not accepted the license agreements of the following SDK components:
[Android SDK Build-Tools 25.0.2, Android SDK Platform 25].
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.
BUILD FAILED
完全なエラー ログはここにあります。
何も修正せずに、release tag: v1.3
Github で別のものを作成しました。次に、でトリガーbuild
されましたJitpack
。ビルドはエラーなしで成功しました。
上記のエラーがポップアップして自然に消える理由は何ですか? 次回もポップアップする場合の修正に関する推奨事項はありますか? ありがとう!