We are working on an native android App targeted for various android devices -
Interestingly all of these four platforms have slightly different requirements for graphics assets, and Android TV with Leanback launcher have specific intent filter requirements.
This is my first real android project. It doesn't seem to make sense of creating different projects just to package different assets in specific apks.
Appreciate any guidance.
Don't make different projects, since you're using Android Studio make different 'flavors' of the project. That way you can make the various modifications you need for each platform and then during your build you can select which flavor to build. Check it out at enter link description here