I need to upload app bundle instead of APK where I can get that?
3 Likes
Now a days Playstore accepts Bundle file so that device specific files can be installed on device which will reduce the size of the application.
To create bundle instead of APK you need to follow the below steps:
Go To Downloads section
Go to SDK’s Build properties section
Tick the Enable APK Bundle field.
4 Likes