Error:Execution Failed for task ':app:processDeBUGResources'.> java.io.IOException: Could not delete folder C:\Users\ehsan\AndroIDStudioProjects\MyApplication3\app\build\generated\source\r\deBUG\com\example\ehsan
我在androID工作室很新
Build.gradle:
apply plugin: 'com.androID.application'androID { compileSdkVersion 23 buildToolsversion "23.0.2" defaultConfig { applicationID "com.example.ehsan.myapplication" minSdkVersion 15 targetSdkVersion 23 versionCode 1 versionname "1.0" } buildTypes { release { MinifyEnabled false proguardfiles getDefaultProguardfile('proguard-androID.txt'),'proguard-rules.pro' } }}dependencIEs { compile @R_502_4564@(dir: 'libs',include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.androID.support:appcompat-v7:23.2.0'}解决方法 我想,目标构建目录中的一些文件在您使用的另一个工具中打开.只需在文件夹中打开一个文件柄即可清除.构建任务’clean’想要删除构建目录中的所有文件(通常是“目标”),当它失败时,构建失败. 总结
以上是内存溢出为你收集整理的错误:执行失败的任务’:app:processDebugResources’. > java.io.IOException:无法在android studio中删除文件夹“”全部内容,希望文章能够帮你解决错误:执行失败的任务’:app:processDebugResources’. > java.io.IOException:无法在android studio中删除文件夹“”所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)