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 May 6, 2024. It is now read-only.
Anybody tried this?
Following error is thrown when I tried to deploy the app in release mode to my device 'Xiaomi Redmi Note 9 Pro' which runs on Android 11. Missing APKs for [ABI] dimensions in the module 'base'
After some digging, added the following to the NetPodsMauiBlazor.csproj file
Update:
It's working after I add <AndroidLinkMode>None</AndroidLinkMode> which was mentioned here
Though the app enters into the home page now, page contents are not showing up. Only tabs are displayed. Clicking the tab doesn't do anything. (I didn't face this issue in debug mode)
Anybody tried this?
Following error is thrown when I tried to deploy the app in release mode to my device 'Xiaomi Redmi Note 9 Pro' which runs on Android 11.
Missing APKs for [ABI] dimensions in the module 'base'
After some digging, added the following to the NetPodsMauiBlazor.csproj file
After this, the app installed successfully. But when I open the app. It crashes.
P.S: I was successfully able to deploy in 'debug' mode and run the app without any issues
The text was updated successfully, but these errors were encountered: