Com.android.builder.dexing.dexarchivebuilderexception: Error While Dexing
I am getting this issue when I am trying to run my project - com.android.builder.dexing.DexArchiveBuilderException: Failed to process .gradle\caches\transforms-1\files-1.1\firebas
Solution 1:
Please add this dependency also
implementation 'com.google.firebase:firebase-core:16.0.7'
Hope this issue will be fixed.
Post a Comment for "Com.android.builder.dexing.dexarchivebuilderexception: Error While Dexing"