我无法在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。请看一下这里。
请找到完整的日志这里。
源代码:GitHub
考虑到自己是新手,我想在发布之前学习最佳实践。请帮我把这个修好。
发布于 2018-05-23 07:57:06
问题是我的build.gradle中没有build.gradle。加上它解决了问题。
希望这能帮助那些和我的处境相似的人。
https://stackoverflow.com/questions/50482137
相似问题