I cannot find an option to upload APK, only option available is to upload app bundle. I have a signed APK that I need to publish.
Asked
Active
Viewed 9,738 times
20
-
Stay up to date with the [Upcoming Android and Google Play Deadlines](https://developer.android.com/distribute/play-policies). – Roshana Pitigala Sep 07 '21 at 05:28
2 Answers
24
Now we can not upload .apk
files in the google play console anymore. Google has changed its policy from August 2021, to publish an app only with the Android App Bundle(.aab
) format. Click here for more details.

jox
- 2,218
- 22
- 32

Mohak Shah
- 518
- 3
- 12
-
It should be able for pre-existing apps, right? I'm trying to upload a new APK for an existing app (prior to 2021), but it doesn't allow me to do it. – abeljus Apr 14 '23 at 08:11
0
Since August 2021 You cannot upload .apk
files to the play store you will need to upload an .aab
file
For Expo you can generate the file as follows:
- In expo app run
eas build --platform android
- Go to https://expo.dev and download the
.aab
file - In play store click BROWSE FILES and choose the
.aab
file from your computer to upload the archive.

Morris S
- 2,337
- 25
- 30