Answers for "html audio play failed because the uesr didn't interact with the document first"

3

The shrinker may have failed to optimize the Java bytecode. To disable the shrinker, pass the `--no-shrink` flag to this command.

buildTypes {
        release {
            signingConfig signingConfigs.debug
            minifyEnabled true
        }
        debug{
            minifyEnabled true
        }
    }
Posted by: Guest on April-03-2020

Code answers related to "html audio play failed because the uesr didn't interact with the document first"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language