Fix Android APK installation and enable AOT - #185
Conversation
- Cleaned up conflicting AndroidKeyStore flags in build workflow. - Updated workflow to capture signed APK from publish/ directory. - Enabled RunAOTCompilation and AndroidEnableProfiledAot for Release builds. - Ensured android:extractNativeLibs is true for signature verification compatibility. - Maintained .NET 10 native asset classification fixes.
|
👋 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 New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This change resolves the
INSTALL_PARSE_FAILED_NO_CERTIFICATESerror observed when installing APKs built via GitHub Actions.Key improvements:
AndroidKeyStoreflags in.github/workflows/release.yml. Updated the APK discovery logic to prioritize thepublish/subdirectory, ensuring that the final signed artifact is captured instead of intermediate unsigned binaries.RunAOTCompilationandAndroidEnableProfiledAotinosu.Android.propsto restore the performance optimizations found in the last known good build.android:extractNativeLibs="true"toAndroidManifest.xmlto ensure compatibility with modern Android signature verification and page-aligned native libraries.PR created automatically by Jules for task 8727632183689944800 started by @winnerspiros