You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Receiving the exact same error as issue #549, I am starting a new issue as he was able to fix his issue with a clean/rebuild. I have already manually deleted all obj and bin files, clean and rebuilt my solution, upgraded all components, including to the preview versions of Auth and Firestore. Targeting 9.0 android.
The "fix" for this is to downgrade Xamarin.Google.Guava from 27.1.0.1 to 27.1.0. However, since the most up-to-date package does not function, I will leave the issue open for the time being.
The text was updated successfully, but these errors were encountered:
Update:
I have attempted to update Visual Studio to 2019, in order to make use of the d8 Dex compiler. This has changed the error to: Automatic main dex list is not supported when compiling for Android O and later (--min-api 26)
Min API: 27
Target API: 28
Error remains even when switching Min API to 28 as well.
Receiving the exact same error as issue #549, I am starting a new issue as he was able to fix his issue with a clean/rebuild. I have already manually deleted all obj and bin files, clean and rebuilt my solution, upgraded all components, including to the preview versions of Auth and Firestore. Targeting 9.0 android.
What am I missing here?
CREATEMULTIDEXMAINDEXCLASSLIST : error : Can't read [C:\Users{user}\source\repos{project}{solution}{solution}.Android\obj\Debug\81\lp\64\jl__reference__guava.jar(;;;;;;!META-INF/MANIFEST.MF)] (invalid entry size (expected 67324752 but got 2367 bytes))
Edit:
The "fix" for this is to downgrade Xamarin.Google.Guava from 27.1.0.1 to 27.1.0. However, since the most up-to-date package does not function, I will leave the issue open for the time being.
The text was updated successfully, but these errors were encountered: