Hi Volt Studios Team,
I’ve been a big fan of Raldi's Crackhouse and wanted to share a solution for the crashes I’ve been experiencing on my Android device.
I discovered that the game was crashing on startup (especially when trying to enter Story Mode) due to a parsing error in the AndroidManifest.xml file. The issue was that the uses-sdk configuration was being split across multiple lines, which caused my device's package manager to reject the APK.
The Fix: I manually modified the manifest to consolidate the tags onto a single line: <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="36" />
After correcting this and removing the redundant/orphaned attributes below it, the game runs perfectly and is stable.
I wanted to pass this along in case it helps you fix the build pipeline or manifest generation settings, as it would likely resolve the crash for many other players experiencing the same issue.
Thanks for your hard work on the game!
Best regards,