OK I believe I have found the issue.
@poon. Alex can you please confirm that you use 2 different passwords when building ie a keystore password and a key password please? As I am confident this is the issue as of 2013.1093.
Here is what I did to test.
Created a new test keystore file and put in my credentials, which has 2 passwords ie keystore password and key password, just like I did for my working keystore (up to 2013.1092)
Tried to build APK file (2013.1095) - FAILED
So created another keystore file with the same credentials and this time when it asks:
Enter key password for <xxxxxxxx>
(RETURN if same as keystore password):
I just pressed return so that they are the same password.
Tried to build APK file (2013.1095) - WORKED
Conclusion:
THere is something wrong as of 2013.1093 with the way Corona deals with our keystore files.
If you have a different kestore password and key password it will not return the APK file
If you have the same keystore password and key password it will Build and return the APK as expected.
I and some others cannot just go ahead and create new keysore files as it will mean that our previous apps will no longer be able to be updated.
Everything was working fine before Corona introduced in 2013.1093:
Mac/Windows: Added support for JDK 7
(32-bit/x86) to the Corona Simulator for Android builds. (This is used
to digitally sign APKs. Note that the 64-bit versions are not supported.
Corona Enterprise developers must still use 32-bit version of JDK 6,
which is an Android requirement.)
So there is a bug in the way Corona handles keystore files with a different keystore password and key password as of 2013.1093.
This is why it is only affecting a few people as I believe most will use the same keystore and key password.
Hopefully now you can get a fix out as soon as possible.