Im currently using Unity 2020.3.5f1, addressable ver 1.19.17
This is how im setting up my projects :
building my addressables in Project A, and downloading and loading them into Project B. When i build the app for Android, if i uncheck Export Project in Project B, everything loads and works fine. However if Export Project is checked in Project settings, the following errors show up and the scene does not load
RemoteProviderException : TextDataProvider : unable to load from url : jar:file:///data/app/com.xxxxxxxxxxxxx==/base.apk!/assets/aa/settings.json
RuntimeData is null. Please ensure you have built the correct Player Content.
UnityEngine.ResourceManagement.AsyncOperations.InitalizationObjectsOperation:Execute()
Unable to load runtime data at location UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1[[UnityEngine.AddressableAssets.Initialization.ResourceManagerRuntimeData, Unity.Addressables, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]].
UnityEngine.AddressableAssets.InvalidKeyException: Exception of type 'UnityEngine.AddressableAssets.InvalidKeyException' was thrown., Key=, Type=System.Object
Any help or insight would be gladly appreciated!! Thank you for your time