Generate Signed APK: Errors while building APK. You can find the errors in the ‘Messages’ view

Posted by

Error:

Errors while building Bundle file. You can find the errors in the 'Messages' view.

Solution:

This line makes it quite evident that sat cannot download groovy-all.jar.

resolve.ArtifactResolveException: Could not download groovy-all.jar (org.codehaus.groovy:groovy-all:2.4.15)

This is your build, please add.Gradle

dependencies {
implementation 'org.codehaus.groovy:groovy-all:2.4.12'
} 

Occasionally, a lousy or inadequate internet connection may be the cause.

Do you have an internet connection?

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x