Minifyreleasewithr8

My scripture builder software is not building my app. The command prompt loads to 76% and stays there idle for over 2 hours without doing anything.

I do not know what is wrong. I have checked and everything is okay. My keystore password is correct.

What should I do to build my app successfully?

Jeremy, the image you have posted contains an error message related to a corrupted Gradle cache.

Here are a couple of things to try:

  1. Reboot your computer and try to build again.

or if that does not work:

  1. Delete the Gradle cache on your computer. You can find this at C:\Users\yourname\.gradle. You can delete the whole .gradle folder, which forces Gradle to reload all the libraries and rebuild the cache during the next build.