Could not find apk file at path '../android/app/build/outputs/apk/release/app-release.apk'

    "expo": "^30.0.1",
    "expokit": "^1.7.1",

After updating my expo to 30 in a detached app, I’m unable to successfully deploy my android app to the play store. I keep running up against this error. Could not find apk file at path '../android/app/build/outputs/apk/release/app-release.apk. I haven’t touched anything in my fastlane config, so I’m guessing the problem is related to the expo upgrade. I’m not sure where to even begin looking to fix this error. Any guidance/leads would be appreciated. Thanks!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.