Is it possible to target specific APK for different screen resolution/sizes

We have been trying to figure out how we may be able to reduce the size of our APK by separating out the 1x, 2x, 4x assets into separate APKs using the recommendations here:

http://developer.android.com/guide/practices/screens-distribution.html

Is this possible with Corona SDK?

Yes, it’s possible.  What you can do is make an APK designed for tablets and another APK for phones.  This can be done in your “build.settings” file via our “supportsScreens” setting, which corresponds with the AndroidManifest.xml file’s <supports-screens> setting.  You can find more details on how to do this here…

   http://forums.coronalabs.com/topic/28681-android-build-for-samsungs3-and-samsung-galaxy-tab/?p=154328

Yes, it’s possible.  What you can do is make an APK designed for tablets and another APK for phones.  This can be done in your “build.settings” file via our “supportsScreens” setting, which corresponds with the AndroidManifest.xml file’s <supports-screens> setting.  You can find more details on how to do this here…

   http://forums.coronalabs.com/topic/28681-android-build-for-samsungs3-and-samsung-galaxy-tab/?p=154328