无法在 Jitpack 上发布库
Failed to release a library on Jitpack
我无法在 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已经更新到API27.请看here.
请查找完整日志 here。
源代码:GitHub
考虑到自己是新手,我想在发布之前学习最佳实践。请帮我解决这个问题。
问题是我的 build.gradle 中没有 buildToolsVersion。
添加它解决了问题。
希望这对面临与我相似情况的人有所帮助。
我无法在 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已经更新到API27.请看here.
请查找完整日志 here。
源代码:GitHub
考虑到自己是新手,我想在发布之前学习最佳实践。请帮我解决这个问题。
问题是我的 build.gradle 中没有 buildToolsVersion。 添加它解决了问题。
希望这对面临与我相似情况的人有所帮助。