- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如果我点击调试图标,Android Studio 有时会自动创建新的 BuildConfig
文件,然后提示它应该只有一个名为 Buildconfig.java
的文件。 ...
一个 Clean Project
修复它,但它太烦人了,必须有一个可靠的解决方案。
提前致谢
编辑:
我的 build.gradle
文件:
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.72'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
build.gradle(Module: app)
:
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
defaultConfig {
applicationId "de.my.app.id"
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
// To inline the bytecode built with JVM target 1.8 into
// bytecode that is being built with JVM target 1.6. (e.g. navArgs)
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = "1.8"
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.navigation:navigation-fragment:2.2.2'
implementation 'androidx.navigation:navigation-ui:2.2.2'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.2.2'
implementation 'androidx.navigation:navigation-ui-ktx:2.2.2'
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.github.siyamed:android-shape-imageview:0.9.3@aar'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.github.RobertApikyan:SegmentedControl:1.2.0'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'com.h6ah4i.android.materialshadowninepatch:materialshadowninepatch:1.0.0'
}
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.2/userguide/command_line_interface.html#sec:command_line_warnings
最佳答案
按列出顺序尝试以下方法:
Make Project
从构建菜单。 File
菜单并选择 Invalidate Cache/restart
. distributionUrl
在 gradle-wrapper.properties 到其他一些版本(更高的首选)。distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
关于java - Android Studio 给了我 BuildConfig 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61636699/
每当我运行 Android 应用程序时,似乎都会出现此错误。 解决这个问题的唯一方法是重建项目并再次正常运行。 如果有人知道其原因,将不胜感激 最佳答案 尝试一下构建 -> 清理项目然后构建 -> 制
我有一个Maven Android项目,正在尝试将其转换为Gradle。我正在使用AndroidAnnotations。 在Maven项目中,我具有以下界面: @Rest(rootUrl = Cons
我正在尝试生成发布版本,但由于 mutidex 问题我无法生成我的项目已启用所有 multidex 并添加了依赖项 我收到的错误是: Execution failed for task ':app:t
很难说出这里问的是什么。这个问题是模棱两可的、模糊的、不完整的、过于宽泛的或修辞的,无法以目前的形式得到合理的回答。如需帮助澄清这个问题以便重新打开它,visit the help center .
开始新项目的最后一天,我在构建配置中创建了一些变量,作为在发布和调试构建之间单独处理它们的好习惯,如下所示: ... buildTypes { release { minify
我正在尝试生成发布版本,但由于 mutidex 问题我无法生成我的项目已启用所有 multidex 并添加了依赖项 我收到的错误是: Execution failed for task ':app:t
是否有“内置”方式将 BuildConfig 从插件共享到主机应用程序? 我们有一个使用自制插件的应用程序,我们需要将所有特殊配置(所以除了依赖项之外的所有特殊配置)设置从插件复制/粘贴到当前应用程序
当我尝试重建我的项目时,出现以下错误: warning: flag is not supported by this version of the compiler: -Xallow-no-sourc
即使经过编辑,当我建立gradle的那一刻它也会恢复。 buildConfig.java build.gradle 最佳答案 BuildConfig.java由Android构建工具生成。配置完成后,
在我的应用程序中,我需要获取应用程序版本代码和名称,因此我使用了以下语句。 obj.setCurrentVersion("APP " + String.valueOf(BuildConfig.VE
我正在开发一个多模块 Android 应用程序,一切都在 Debug模式下工作,但现在当我尝试构建发布包时,我收到此错误: Type ***module1.BuildConfig is defined
好的。这听起来好像我太沮丧了,因为我确实如此。我正在尝试构建一个 Blackberry 应用程序,以便为我工作的人发布。在添加构建配置并添加 keystore 后,我构建了 Android 系统。但是
根据Grails hibernate plugin page,休眠的范围应为compile。但是,当我创建一个新的Grails应用程序时,BuildConfig.groovy使用的是runtime范围
我有一个grails应用程序。为什么某些属性在一个属性中起作用而在另一个属性中却不起作用?何时将属性放在一个中,何时将它们放在另一个中? 最佳答案 从Grails doc here The first
好的。这听起来好像我太沮丧了,因为我确实如此。我正在尝试构建一个 Blackberry 应用程序,以便为我工作的人发布。在添加构建配置并添加 keystore 后,我构建了 Android 系统。但是
显然,从 Android SDK 17 开始,构建会生成一个名为 BuildConfig 的自动类并将其添加到我的包中。 http://android-developers.blogspot.com/
是否可以通过某种方式访问 BuildConfig.groovy 中的 Config.groovy 中指定的属性? 我在打包过程中需要复制一些引导文件,目标目录取决于指定的环境。因为我需要在应用程序
我们可以为 Config.groovy 加载不同的配置文件通过指定作为配置脚本的类。 Externalized Configuration : grails.config.locations = [c
我正在尝试使用常量 BuildConfig.class 运行 Robolectric,但它似乎不适用于 gradle 生成的所有风格。有没有命令让 gradle 为所有这些文件制作这个文件? 最佳答案
我将我的项目迁移到 Androidx,每次运行我的项目时,我都会收到此错误,提示类 BuildConfig 是公共(public)的,应在名为 BuildConfig.java 的文件中声明。我知道我
我是一名优秀的程序员,十分优秀!