Reputation: 3
I'm trying to upload an apk for distribution on firebase but I get this error instead:
"There's been an error processing your distribution. Ensure you're uploading a valid IPA or APK and try again. Additional information about this error: Invalid APK file."
I'm indeed trying to upload an apk (which by the way, works fine on device). I thought the issue could be related to the android keystore, but that seems okay too. Can't find much more info on this online. Any suggestions?
Upvotes: 0
Views: 2809
Reputation: 31
In my case. I saw this error when uploading the build to Firebase, to the project where the "Get started" button wasn't pressed. So I saw information about the feature instead of upload dashboard
Upvotes: 0
Reputation: 3928
There could be various reasons for this type of issue and you can try the below methods to solve the problem.
AndroidManifest.xml
fileUpvotes: 1