For Samsung GearVR, is it possible to put the signature files for multiple devices so that a single

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

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?

It’s my understanding you can include multiple signature files.

We actually do that at my work and do not have any issue, so I think you should have no problem with that.

1 Like

Great. Thank you both!