Packaging fails for android distribution in 4.6

I am unable to package for android distribution/shipping using 4.6. Development packaging and deployment works fine, but when I select distribution and modify the SigningConfig with the keytool / keystore data, i receive the following error in the output log:

BUILD FAILED
MainFrameActions: Packaging (Android (All)): C:\NVPACK\android-sdk-windows\tools\ant\build.xml:1139: The following error occurred while executing this line:
MainFrameActions: Packaging (Android (All)): C:\NVPACK\android-sdk-windows\tools\ant\build.xml:1151: Value for ‘keystore’ is not valid. It must resolve to a single path
MainFrameActions: Packaging (Android (All)): Total time: 41 seconds
MainFrameActions: Packaging (Android (All)): BuildCommand.Execute: ERROR: BUILD FAILED

i’m guessing that’s the pertinent issue, however i don’t know how to go about solving that. the same keystore path setup worked fine on a previous build. let me know if there is any additional information i can provide to resolve this.
thanks.

Just fixed this issue for myself. Go to your Project directory. Then go to build/android and edit your SigningConfig.xml. You need to add another / to every / in the directory name now. Example: C:\Users\USERNAME\KEYSTOREFILE.keystore

Thanks, that solution worked.