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 'INSTALL_PARSE_FAILED_NO_CERTIFICATES' on .NET 10
This commit resolves the 'Attempt to get length of null array' parser error
during Android APK installation by:
1. Strengthening the 'FixRuntimePackAssetTypes' target in osu.Android.props
to aggressively classify all non-managed assets as native.
2. Enabling 'android:extractNativeLibs="true"' in AndroidManifest.xml to
ensure proper library handling on modern Android devices.
3. Updating the GitHub Release workflow to correctly locate the signed
APK artifact in the root net10.0-android directory.
0 commit comments