作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我添加了 BottomNavigationView,然后事情开始变得复杂。我不知道是什么导致了这个错误,当我构建项目时它没问题,但是当我想在模拟器中播放应用程序时 - 弹出这个错误。
这是我的build.gradle:
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId "com.example.pokrz.x"
minSdkVersion 22
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/license.txt'
exclude 'META-INF/NOTICE'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/notice.txt'
exclude 'META-INF/ASL2.0'
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
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.parse:parse-android:1.16.3'
implementation 'com.google.android.material:material:1.0.0-beta01'
}
repositories {
mavenCentral()
}
我不知道我还能做什么。我已经完成了。
最佳答案
Build > Clean Project 帮助了我。
关于java - 发现多个文件的操作系统独立路径为 'META-INF/androidx.legacy_legacy-support-core-utils.version',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51465643/
我添加了 BottomNavigationView,然后事情开始变得复杂。我不知道是什么导致了这个错误,当我构建项目时它没问题,但是当我想在模拟器中播放应用程序时 - 弹出这个错误。 这是我的buil
在尝试生成签名 APK 时,它显示以下错误消息。 条目名称 'META-INF/androidx.legacy_legacy-support-core-utils.version' 冲突 以前它可以正
我是一名优秀的程序员,十分优秀!