I have started publishing my app to the Android play store and need to upload a symbols.zip file to de-obfuscate my crash reports. When I build my app in Unity 2020.1.0f1 ( had the same problem in the previous version) the app bundle(aab) is about 35MB, but my symbols.zip is almost 400MB.
I am using the Android NDK and SDK included with Unity. In my build settings, I have tried using R8 under minify and without.
Google will not accept such a large symbols file. I need to figure out how to get the symbols file to a reasonable size.
I have tried searching for solutions, but am coming up empty. I have tried moving to a newer version of Unity.