For Samsung GearVR, is it possible to put the signature files for multiple devices so that a single APK runs on them all?

Right now, I have the signature file for a single device put in the assets folder to make it run on the device.

alt text

But I need to make a build that will run around 8 devices or so. My question is, can I put all 8 device signatures in the folder, and build a single APK that will run on them all, instead of replacing the signature file each time, and making 8 different APKs?

this is extremely old topic but yes you can put as many as you want (at least that’s what the Oculus claims)
we have one build that contains few dozens of them and it works on all of them