Multiple APK - Phone and Tablet

Does anybody know how to create multiple APK in Corona?

I need to reduce size of my app as it’s close to 300MB. I have retina graphics for iPhone and iPad Air but that is not needed on some older Android phones therefore I would create 3 different APKs. Small graphic files for older phones, normal graphics and large graphics for tablets.

I got it, just create multiple APKs in Corona with different version code and build.settings

Fore example:

version name 1.0, version code 1, smallScreens = true

version name 1.0, version code 2, smallScreens = false

I got it, just create multiple APKs in Corona with different version code and build.settings

Fore example:

version name 1.0, version code 1, smallScreens = true

version name 1.0, version code 2, smallScreens = false

I’m trying to do this, but instead of filtering by screen size, I’d like to filter out by screen density. Is this possible?

I’m trying to do this, but instead of filtering by screen size, I’d like to filter out by screen density. Is this possible?