Wednesday, 10 November 2021

How can I publish my Android Studio built application as an APK?

I'm trying to build an App Bundle in Android Studio but it always failing and it shows:

    FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:shrinkReleaseResources'.
> org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 7; Attribute "keep" bound to namespace "http://schemas.android.com/tools" was already specified for element "resources".

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

enter image description here

How can I fix that error?



from How can I publish my Android Studio built application as an APK?

No comments:

Post a Comment