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
fix(android): resolve APK installation failure on Android 16
This commit addresses the "Attempt to get length of null array" error during
APK installation on Android 16 (API 36) by broadening the .NET 10 native
asset misclassification fix in osu.Android.props to include
ResolvedFileToPublish.
Additionally:
- Updates PatchElfPageSize.targets to ensure local libraries in
osu.Android/libs/ are patched to 16KB page alignment.
- Enables default debug signing for "unsigned" workflow builds to ensure
generated APKs are installable on modern devices while still being
distinct from production-signed builds.
0 commit comments