When running my project the following error appeared:
Error:com.android.builder.dexing.DexArchiveBuilderException: Failed to process C:\Users516125940\Documents\Estudo-Android\WhatsAppClone\app\build\intermediates\transforms\instantRunSlicer\debug
It started when I added: implementation 'com.google.firebase: firebase-auth: 11.0.4' to the file build.gradle
( Module:app
).
I undid the steps to see if they would return to normal, but did not occur.
I started to search and found that it may be the reference that is wrong, but how I undo the steps and did not stop the errors, I do not know what is happening.
What could be happening?