This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
[Android] GeckoView crash in release mode in API 28 if using aab instead of apk #137
Labels
Milestone
Android: GeckoView crash in release mode in API 28 if using aab instead of apk.
As stated by @shawndeggans, it seem that GeckoView in BlazorMobile is crashing in this particular case.
We found that it does not crash when released as an APK instead of a AAB.
This issue is also for following.
Maybe this is related to the fact that current GeckoView lib was built against API 26 and maybe some code prevent to compile correctly against API 28 Bundle functionnality.
We will not update the GeckoView lib yet as there is some breaking changes in the binding generation if updated to the last version, and no time yet to investigate. And also we are not even sure that updating GeckoView is the way to resolve this bug.
The text was updated successfully, but these errors were encountered: