Failure To Verify Dex File Out-of-order Annotation_element Name_idx
i need your help. I got a Runtime error when updating my gradle from : implementation 'com.google.android.gms:play-services-auth:15.0.1' implementation 'com.facebook.android:faceb
Solution 1:
Just check if there is -overloadaggressively
in your application gradle, this method force overloading all method. If you use -overloadaggressively
, just disabled it and use another way.
Refer to this link.
Post a Comment for "Failure To Verify Dex File Out-of-order Annotation_element Name_idx"