Hi , is it possible to develop for both ARM6 and ARM7 android devices at the same time ? I’m developing an app and in the player settings it seems that I should choose either ARM6 or ARM7 devices as target and therefore I have to publish two files for the app . is this possible to build only one file for both ARM6 and ARM7 android devices at the same time ?
thanks
No thats not possible.
and as you will realize when working for android, you will likely never have only 1 armv7 either. You will have 1 for each type of gpu manufacturer pretty often and at worst even more.
thats no problem on the android platform cause to the user it will not be visible that it is distinct bundles, they will only get the one relevant to their device while they are all ‘just 1 app’ on the storefront.