java.lang.IllegalStateException: Dex archives: setting .DEX extension only for .CLASS files

I have this issue today, I fixed when I delete a build cache on Settings section

1 Like

Glad to hear that helped!

If you want to do 100% clean builds every time, simply remove the Cache steps. Bitrise.io does not cache anything by itself, only if the Cache steps are present. So by removing those you can disable caching completely :slight_smile:

If you’d have any questions just let us know!