TitleAfter applying Hive SDK v4, a build error message is appeared as below when building an Android App Bundle. How can I fix this error?2022-07-29 18:20:25
Writer
  • Build Error Message

To fix a build error, follow the instructions below according to the version of Unity you’re using.

    [Unity 2019.4]
    Rename the launcher-release.aab file that created during build as launcher.aab.
    • In Build Settings > Player Settings… > Publishing Settings, enable the Custom Launcher Gradle Template to create the launcherTemplate.gradle file. Add the code below in the defaultConfig block.

    [Unity 2018.4]
    Rename the gradleOut-release.aab file that created during build as gradleOut.aab.

    • Add the code below in the defaultConfig block of the /Assets/Plugins/Android/mainTemplate.gradle file.