'No option to upload APK in play console
Solution 1:[1]
You cannot upload apk files to the play store since AUGUST 2021. you need to upload in .aab format and an existing app update is also required to have .AAB format. you can generate aab from android studio as below
- Step 1
- Step 2
- Step 5 (click on locate)
- Step 6
Now upload .aab to play store
Also, note that the play store now required API level 30 for all apps so make sure you have that
Solution 2:[2]
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
.aabfile - In play store click BROWSE FILES and choose the
.aabfile from your computer to upload the archive.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | |
| Solution 2 | Morris S |







