"androidKeystore" must be set up in voltbuilder.json

I’m getting the following error when trying to build an android release build
“androidKeystore” must be set up in voltbuilder.json

I’m using voltsigner…it create an androind.p12 file tht I downloaded and moved to the certificates directore per the on screen instructions…I then modified the voltbuilder.json to have this line

“AndroidKeystore” : “certificates/android.p12”,

creat and upload the zip and after sitting on proessing I get the “androidKeystore” must be set up in voltbuilder.json

You have a “Certificates” folder - it should be “certificates”.

Also, in Voltbuilder.json (should be voltbuilder.json), you have

"platform": "ANDROID",

That should be

"platform": "android",

Case is important.

Thanks for pointing out the case sensitivity issue…once I paid attention to that it built fine. thanks for saving the small amount of hair I didn’t pull out in the last 12 hours!!