Hello, we are working on an app for Android which works perfectly on all types of devices with SDK 33. The problem is that Google now requires an update to SDK 34 with a deadline of August 31, so we have updated to version 34 and the app works on all devices except those running Android 14.
I have managed to take some screenshots of the returned error:
We are working with Unity 2020.3.41f, it is an application for Google Cardboard using Addressables version 1.19.19. To set up the addressables for Play Asset Delivery, we are using this â Addressables-Sample/Advanced/Play Asset Delivery at master ¡ Unity-Technologies/Addressables-Sample ¡ GitHub
So we decided to upgrade to a higher version of Unity 2021/2022. To begin with, it indicated the following regarding the addressables:
So we decided to create those folders where indicated, and the error disappeared. But then the following error started appearing:
We have this custom files:
AndroidManifest.xml
gradleTemplate.properties
mainTemplate.gradle
We have tried everything, from replacing this line with the ones indicated on the website,
with this â DescripciĂłn general de las bibliotecas de Google Play Core | Android Developers
changing the SDK libraries to those from Unity, modifying other parts of the project, but we cannot compile the AAB because it fails in GradleâŚ
Is there any possibility that Unity will release a fix for this problem for Unity 2020? There is no need for an update, just a step-by-step guide to solve the problem so we can apply the fix in Unity 2020.





