我无法在jitpack上发布库。 出现以下错误:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Failed to find target with hash string 'android-27' in: /android
我的SDK已针对API 27进行了更新。请查看here。
请查看完整日志here。
源代码:GitHub
考虑到自己是新手,我想在发布之前学习最佳实践。请帮我解决这个问题。
答案 0 :(得分:1)
问题是我的build.gradle中没有 buildToolsVersion 。 添加它修复了问题。
希望这可以帮助那些面临类似情况的人。