正如@CommonsWare指出的那樣,從Gradle 1.9(Android Studio 0.4.0)開始,你必須宣告你的BuildConfig欄位: buildTypes { debug { versionNameSuffix "-DEBUG" ...
確定! 回上一頁