- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
您好我有问题,我需要一些帮助
我想将我的项目中的Facebook SDK集成到Facebook广告中以进行安装,但出现了一些错误
这是错误:
错误:任务执行失败
:app:transformClassesWithJarMergingForRelease”。
com.android.build.api.transform.TransformException:
java.util.zip.ZipException:重复项:android / support / v4 / media / TransportPerformer.class
这是我的build.gradle代码:
apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion "24.0.3"
defaultConfig {
applicationId "com.example.example"
minSdkVersion 15
targetSdkVersion 24
multiDexEnabled true
ndk {
moduleName "player_shared"
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
sourceSets.main {
jni.srcDirs = []// <-- disable automatic ndk-build call}
}
`repositories {
mavenCentral()
}
dependencies {
compile('com.google.android.gms:play-services:+'){exclude module: 'support-v4'}
compile files('libs/dagger-1.2.2.jar')
compile files('libs/javax.inject-1.jar')
compile files('libs/nineoldandroids-2.4.0.jar')
compile files('libs/support-v4-19.0.1.jar')
compile 'com.facebook.android:facebook-android-sdk:[4,5)'}`
最佳答案
您是否尝试过在项目中运行“ ./gradlew clean”?
关于android-studio - 错误:任务执行失败:app:transformClassesWithJarMergingForRelease,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41513988/
大家好,我有一个关于使用 android studio 生成签名 apk 的问题。 我对此进行了很多搜索,但在我的案例中没有找到有效的解决方案,我知道这是与重复类条目相关的问题,但任何人都可以告诉我我
您好我有问题,我需要一些帮助 我想将我的项目中的Facebook SDK集成到Facebook广告中以进行安装,但出现了一些错误 这是错误: 错误:任务执行失败 :app:transformClass
我不知道为什么会出现这个错误,而且我无法解决它。请为此给出确切的解决方案。我受够了这个错误。我知道这可能会重复问题,但这些解决方案对我不起作用。我可以调试 apk,但无法生成签名的 apk。在生成签名
我正在尝试为我的项目构建一个已签名的 Apk,但出现以下错误: Error:Execution failed for task ':app:transformClassesWithJarMerging
我找不到这个错误的解决方案。我搜索了很多,但没有任何答案能解决我的问题。我在这个问题上浪费了 4 个小时。请给出任何解决方案。只有当我在 Release模式下运行 android 项目时才会出现错误。
我需要帮助,我是 Android Studio 新手,但收到此错误: Error:Execution failed for task ':app:transformClassesWithJarMerg
我是一名优秀的程序员,十分优秀!