animation:buildInfoDebugLoader'.
> Exception while doing past iteration backup :
Source D:\AndroidStudioProjects\MyApplication2\animation\build\intermediates\builds\debug\22436904645835\classes.dex and destination D:\AndroidStudioProjects\MyApplication2\animation\build\intermediates\builds\debug\22436904645835\classes.dex must be different
关于android studio 出现Error:Execution failed for task ':app:buildInfoDebugLoader'.的解决办法
今天在使用androidstudio的过程中,改了代码点击运行的时候发现android studio总是报
Error:Execution failed for task ':app:buildInfoDebugLoader'.
> Exception while doing past iteration backup : Source /home/ruiqin/AndroidStudioProjects/DouTuGaoShou/app/build/intermediates/builds/debug/5818437215551/classes.dex and destination /home/ruiqin/AndroidStudioProjects/DouTuGaoShou/app/build/intermediates/builds/debug/5818437215551/classes.dex must be different
在网上搜索无果后,最后自己找出解决办法,那就是重新加载工程。
点击菜单栏Build--->RebuildProject
重新加载一下,再点击运行,就搞定了!
本文介绍了一种在Android Studio中遇到构建错误时的解决方案。错误表现为在尝试运行应用时出现'Error:Execution failed for task...app:buildInfoDebugLoader'提示,通过重新加载工程可以有效解决问题。
1537

被折叠的 条评论
为什么被折叠?



