Android EAS Updates - No signature found in package of version 2 or newer for package

Hello! Currently I am moving from expo updates to EAS updates. After following the documentation moving over, and rebuilding the app I am running into issues with installing the application on my device.

INSTALL_PARSE_FAILED_NO_CERTIFICATES: Scanning Failed.: No signature found in package of version 2 or newer for package

I’ve set the runtimeVersionPolicy to nativeVersion and I’ve also tried with sdkVersion

Switching back to expo updates allows me to install the package again with no issues.

eas-cli version: latest

Checking my build.gradle file I have:
buildToolsVersion = “29.0.3”
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30

Also getting this when trying to upgrade to EAS build and then uploading an apk to aws device farm. On my own device I can install the apk no problem tho

@chrisweiss Did you find a way to avoid this error in Device Farm ?