每当我implemntation 'com.google.android.material:material:1.0.0-alpha1'
尝试构建项目时添加时,Android Studio都会说:
程序类型已存在:android.support.v4.app.INotificationSideChannel $ Stub $ Proxy消息{种类=错误,文本=程序已存在:android.support.v4.app.INotificationSideChannel $ Stub $ Proxy,来源= [未知来源文件],工具名称= Optional.of(D8)}
这是我的gradle脚本:
apply plugin: 'com.android.application'
android {
compileSdkVersion 'android-P'
defaultConfig {
applicationId "it.smart.bab3"
minSdkVersion 21
targetSdkVersion 'p'
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0-alpha1'
implementation 'com.google.android.material:material:1.0.0-alpha1'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.android.support:design:28.0.0-alpha1'
implementation 'com.android.support:support-v4:28.0.0-alpha1'
}
我是这种类型的错误的新手,但我没有发现与此错误有关的任何一种。谢谢
我也整天都在努力解决这个问题。最终,我成功地编译并运行了该项目。
首先,摆脱这一点:
implementation 'com.android.support:appcompat-v7:28.0.0-alpha1'
implementation 'com.android.support:design:28.0.0-alpha1'
implementation 'com.android.support:support-v4:28.0.0-alpha1'
在gradle.properties文件中添加以下内容:
android.useAndroidX = true
android.enableJetifier = false
最后,同步项目,然后进行编译。
如果不起作用,请清理项目,然后重新生成。
PS:我无法使targetSdkVersion’p’正常工作。我的build.gradle文件最终如下:
apply plugin: 'com.android.application'
android {
compileSdkVersion 'android-P'
defaultConfig {
applicationId "com.github.alvarosct02.demo"
minSdkVersion 19
targetSdkVersion 27
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.google.android.material:material:1.0.0-alpha1'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}
希望它也对你有用。
我已经升级了我的Android Studio,我在最新版本中发现了许多问题。 虽然存在许多类似的问题,但我检查了所有问题的答案,没有一个对我有效! 以下是我在编译代码时遇到的错误: 程序类型已存在:android。支持v4.app。BackStackRecord$Op消息{kind=ERROR,text=Program type已经存在:android.support.v4.app.BackSta
我正在重构一个应用程序来使用AndroidX。我一直在努力摆脱所有不支持它的库。我以为我已经删除了所有使用支持库的库,但看起来仍然有一些东西在导入它。我现在得到一个错误: AGPBI:{“kind”:“Error”,“text”:“程序类型已存在:Android.support.v4.os.resultreceiver$MyResultreceiver”,“sources”:[{}],“工具”:“
这是我的 该应用程序的构建和运行都很好,但是:当我试图运行UI自动测试时,我得到了错误:
误差 > 错误:任务“:app:TransformDexArchiveWithExternAllibsDexMergerForDebug”执行失败。 com.android.builder.dexing.dexArchivEmergerException:合并dex归档时出错:/app/build/intermediates/transforms/dexbuilder/debug/0.jar,程序