Our game has a keystore which we generated with Eclipse. The keystore has an alias, both passwords have special characters.
Unfortunately the AppGameKit IDE's Android export option somehow doesn't pass this along correctly.
The build happens just fine, but the APK cannot be installed due to a parse error.
I've tested with multiple keystore PW / alias PW combinations and it seems to be that when both the keystore PW and alias PW have non-alphanumeric characters then this occurs.
Signing is fine with alphanumerics on both PWs.
I'm not sure what character(s) specifically cause the issue, because I use a few in our keystore.
Here's the list:
@
^
!
$
I also use uppers and lowers. So that might be the issue too?
Anyway I'm going to try to manually sign it. If that fails I guess I'll have to dig my brains and go through the painful process of building the android player.
If Paul reads this and there is a quick fix he could toss out, that would be awesome!