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?