未找到Android gradle build versionNameSuffix

时间:2015-10-13 16:49:42

标签: android gradle

我试图添加构建时间作为Develop flavor APK文件的后缀。这是我的Gradle文件设置。

body {
    background-color: /*#C94421*/ #353535;
    margin: 0; /* reset de standard marges van de body -> geen randen links en rechts naast .menuBar div */
    text-align: center;
}

.menuBar {
    height: 70px;
    width: 100%;
}

.menuBar img {
    text-align: center;
}

.menuBar ul li {
    display: inline;
    padding-right: 65px;
    line-height: 70px;
}

.menuBar ul li a {
    color: white;
    text-decoration: none;
    line-height: 70px;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    width: 100px;
}

.menuBar a:hover {
    border-bottom: 1px solid white;
}

.jumbotron .container {
    height: 550px;
    width: 60%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-top: 4.5px double white;
    border-bottom: 4.5px double white;
}

但是我收到以下消息说无法找到versionNameSuffix。我正在使用最新的Android Studio。可能是什么问题?感谢。

  

未找到Gradle DSL方法:'versionNameSuffix()项目可能是   使用不包含方法的Gradle版本。打开Gradle包装文件

  •   构建文件可能缺少Gradle plugin.Apply Gradle插件
  • 0 个答案:

    没有答案