-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Attempt to load writable dex file: /data/user/0/package-name/cache/firestore_resources_lib.jar #1214
Comments
Hey @Lesmannn, thanks for reaching out. It looks like you're using an old version (September 27, 2022) of our Firebase SDK. That said, I'd recommend updating to the latest Firebase Unity SDK version 12.7.0. Please note that this also requires using This is for us to avoid issues that might've been fixed in the most recent versions. |
Hey @Lesmannn. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Hey @argzdev thank you for your reply, i already upgrade the firebase version to 12.7.0 and also upgrade my unity version to 2022.3.60f LTS. That error is solve, but it show new error like this :
I already try to solve this with different way but all of my way seem fail and still show this error. Im already try :
any help about this ? |
AFAIK, you don't need to do this. Importing the dependencies as usual should work as is. But it does looks like the imports somehow weren't added properly. Could you try That said, if the issue is still persistent, could you provide an MCVE so we can investigate this further? |
Hey @Lesmannn. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
What is your question?
When launching an app that runs Firebase Firestore. The logs show the message :
Attempt to load writable dex file: /data/user/0/package-name/cache/firestore_resources_lib.jar
Attempt to load writable dex file: /data/user/0/package-name/cache/auth_resources_lib.jar
Attempt to load writable dex file: /data/user/0/package-name/cache/google_api_resources_lib.jar
Error GoogleApiManager java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'.
Firebase Unity SDK Version
9.6.0
Unity editor version
2021.3.17f
Installation Method
.unitypackage
Problematic Firebase Component(s)
Firestore
Other Firebase Component(s) in use
Analytics, Storage
Additional SDKs you are using
Photon PUN
Targeted Platform(s)
Android
Unity editor platform
Windows
Scripting Runtime
IL2CPP
Release Distribution Type
Pre-built SDK from https://firebase.google.com/download/unity
The text was updated successfully, but these errors were encountered: