添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
热心的烈马  ·  Working with CTEs ...·  3 月前    · 
知识渊博的警车  ·  Pictures with Santa @ ...·  11 月前    · 
坚强的葫芦  ·  QGraphicsView,QGraphic ...·  1 年前    · 

Please check your Android system log. Usually it located at:

For Windows:

C:\User\yourusername\\.AndroidStudio3.1\system\log\idea.log

I encounter the same issue, and I got this error log:

Caused by: groovy.lang.MissingPropertyException: No such property: FOR_RUNTIME for class: org.gradle.api.attributes.Usage

It means you have to upgrade the com.novoda.bintray-release to the latest version

dependencies {
        classpath 'com.novoda:bintray-release:0.8.0'
}
来自:https://stackoverflow.com/questions/47470631/no-such-property-for-runtime-for-class-org-gradle-api-attributes-usage