We’ve updated from 2019.4.0f1 to 2019.4.18f1, which also updated the addressables package. With this update I had to generate new catalogs since the old ones weren’t compatible anymore.
Since then we haven’t been able to run our Android builds from UCB. It now throws the following error:
Unable to open archive file: jar:file:///data/app/com.hiatechnologies.hiahealth-7GPVKdkccbTuhbWavGXZIw==/base.apk!/assets/aa/Android/defaultlocalgroup_unitybuiltinshaders_1215e613d5f03dc9bcfc3cf1b6d545d2.bundle
It’s bizarre that I am able to make a local build on my computer and run it without any issues. Any idea what might be causing this issue?
The UCB builds were working just fine prior to this update and nothing else was changed settings-wise
Your thread relates to builds failing as opposed to my issue where builds succeed but throw that error at runtime.
There are two similar issues. One where the bundle file itself was not being renamed, then another where the information about bundles was generated incorrectly that cloud build used to find the bundles that were build.
Both of these are now fixed. 1.17.14. If you can try updating to that and see if it works for you?