Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Sorry, I can't add a progress bar, because Gradle can't inject progress, so at the beginning of version 1.0 it was fake progress, even though the build failed, the progress still ran, I don't want to repeat it again, so maybe I will forget the progress bar and simplify the build in a step by step number process like in screenshot number 3, thank you for your suggestion

Sorry, I didn't know it was that complicated. Is there another way to show "packaging in progress"?

Unfortunately, a native progress bar isn't possible because Gradle doesn't expose task status in real-time. A practical alternative: numerical stages or a step-by-step log. If I wanted a real progress bar, I'd have to create a custom wrapper that tracks each task, but that's quite complex and bug-prone, so I'm sticking with the stable approach. I'll be testing version 1.3 first, as I need feedback for 1.2. If the 1.2 update is less buggy, I'll try using a progress bar.