coronalabs / corona

Solar2D Game Engine main repository (ex Corona SDK)
https://solar2d.com/
MIT License
2.53k stars 273 forks source link

Can't Build for Android with 3707 #716

Open Colin-Morgan opened 4 months ago

Colin-Morgan commented 4 months ago

There are multiple reports in the forum of people getting the following error when they try to build for Android with build 3707: A failure occurred while executing com.android.build.gradle.internal.tasks.DexFileDependenciesTask$DexFileDependenciesWorkerAction One instance was someone trying to build the Balloon Tap demo app, so the error shouldn't be too hard to reproduce.

Shchvova commented 4 months ago

This is crazy, considering that just taking AAR from previous build fixes it. Thank you! It seems something went wrong with the CI :(

thassman commented 3 months ago

any workarounds for this or ETA for a fix? thanks 😊

Colin-Morgan commented 3 months ago

I can't speak to an ETA, but a sure-fire workaround is to build with 3706. (This is easier on a Mac where you can have multiple versions of Solar2D installed simultaneously, but if you're on Windows, you'd need to uninstall 3707 and install 3706.)