I updated few days ago to Android Studio 2.0 and everything worked fine, but today when I tried to compile the project, I received the following error in the Logcat
:
Error:Execution failed for task ':app:buildInfoDebugLoader'.
Exception while doing past iteration backup : Source \app\build\intermediates\builds\debug\184802777347678\classes.dex and destination \app\build\intermediates\builds\debug\184802777347678\classes.dex must be different
The error tells me that the same .dex
must be different, so I'm quite confused. How could I solve it?