Skip to content

Fix Android installation failure (INSTALL_PARSE_FAILED_NO_CERTIFICATES) - #193

Merged
winnerspiros merged 2 commits into
masterfrom
fix-android-signing-failure-net10-final-10988878312507233183
Apr 14, 2026
Merged

Fix Android installation failure (INSTALL_PARSE_FAILED_NO_CERTIFICATES)#193
winnerspiros merged 2 commits into
masterfrom
fix-android-signing-failure-net10-final-10988878312507233183

Conversation

@google-labs-jules

Copy link
Copy Markdown

This PR addresses the .NET 10 Android regression causing "Attempt to get length of null array" during APK installation.

Key changes:

  • Strengthened the FixRuntimePackAssetTypes target in osu.Android.props to hook into ComputeResolvedFilesToPublishList, ensuring all native assets are correctly categorized as 'native' for the signing phase.
  • Updated .github/workflows/release.yml to use environment variables for signing secrets (ALIAS, KEYPASS, STOREPASS) to prevent shell expansion of special characters in passwords.
  • Enforced strict APK discovery in the release workflow by prioritizing the publish/ directory and removing the unsafe fallback to bin/Release/, which often contained unsigned or malformed intermediates.
  • Verified that android:extractNativeLibs="true" and targetSdkVersion="35" are consistently applied across all AndroidManifest.xml files for .NET 10 stability.

PR created automatically by Jules for task 10988878312507233183 started by @winnerspiros

This commit addresses the .NET 10 Android regression causing "Attempt to get length of null array" during APK installation.

Changes:
- Strengthened the `FixRuntimePackAssetTypes` target in `osu.Android.props` to hook into `ComputeResolvedFilesToPublishList`, ensuring all native assets are correctly categorized as 'native' for the signing phase.
- Updated `.github/workflows/release.yml` to use environment variables for signing secrets (`ALIAS`, `KEYPASS`, `STOREPASS`) to prevent shell expansion of special characters in passwords.
- Enforced strict APK discovery in the release workflow by prioritizing the `publish/` directory and removing the unsafe fallback to `bin/Release/`, which often contained unsigned or malformed intermediates.
- Verified that `android:extractNativeLibs="true"` and `targetSdkVersion="35"` are consistently applied across all `AndroidManifest.xml` files for .NET 10 stability.
@google-labs-jules

Copy link
Copy Markdown
Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Changed double quotes to single quotes in `if` expressions to resolve YAML parsing errors.
@winnerspiros
winnerspiros merged commit 0311b45 into master Apr 14, 2026
5 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant