值-lddtr-v21.xml错误+ AAPT2尝试在Android中构建时出错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了值-lddtr-v21.xml错误+ AAPT2尝试在Android中构建时出错相关的知识,希望对你有一定的参考价值。
长话短说,我是android中的一个完整的菜鸟,从codecanyon购买了一个应用程序代码,用于我的下一个项目,我觉得它很简单,因为几周前我已经做了类似的事情。无论如何,在尝试构建/测试运行应用程序时,我收到以下错误:
C: Users 用户名文件 MyApp的产品项目 proast 应用建立中间体增量 mergeDebugResources merged.dir 值-ldltr-V21 值-ldltr-v21.xml
错误:找不到文件。
Error:java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
Error:Execution failed for task ':app:mergeDebugResources'.
错误:java.util.concurrent.ExecutionException:com.android.tools.aapt2.Aapt2Exception:AAPT2错误:检查日志以获取详细信息
我不知道发生了什么,我尝试搜索和应用我在网上和网站上找到的一些方法,但我认为我是一个完全白痴,因为我不能让它工作。
这是build.gradle:
buildscript {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.google.gms:google-services:3.0.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
和build.gradle(模块应用程序)
apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
defaultConfig {
applicationId "com.pro.ast"
minSdkVersion 17
targetSdkVersion 26
versionCode 8
versionName "1.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:design:26.1.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.support:cardview-v7:26.1.0'
//retrofit, gson
compile 'com.squareup.retrofit2:converter-scalars:2.1.0'
compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'com.squareup.retrofit2:converter-gson:2.3.0'
//firebase
compile 'com.google.firebase:firebase-core:11.6.0'
compile 'com.google.firebase:firebase-messaging:11.6.0'
compile 'com.google.firebase:firebase-ads:11.6.0'
//glide
compile 'com.github.bumptech.glide:glide:4.3.1'
//circular imageview
compile 'de.hdodenhof:circleimageview:2.1.0'
}
apply plugin: 'com.google.gms.google-services'
我安装了android studio 3.0.1,Android SDK:27,26,25,24,23 java jdk:1.8.0_144
有任何想法吗?真的很感激它,我想我最终会最终退还应用程序代码,因为卖家还没有回复。
斯蒂芬,提前谢谢
它很可能与AAPT2对窗口路径的限制有关。它目前存在包含非ascii字符和路径超过大约145个字符的路径的问题。 这已在android问题跟踪器中标记为已修复,但修复程序尚未发布。
以上是关于值-lddtr-v21.xml错误+ AAPT2尝试在Android中构建时出错的主要内容,如果未能解决你的问题,请参考以下文章
Android 上的 Flutter 错误:找不到 aapt2-proto.jar
错误 - Android 资源链接失败(AAPT2 27.0.3 Daemon #0)
错误记录安卓编译错误 ( Could not find xxx.tools.build:aapt2 )
AndroidStudio升级3.3.1后打包生成APK报AAPT2的错误解决办法
Error:java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: