I'm trying to export a signed release of my app so I can test it on my device. I get an error. Specifically, here is the error I get:
keytool error: java.io.IOException: Incorrect AVA format
I searched the board for this error, but didn't find anything. I am using Eclipse 3.5 with the ADT plugin. Here's what I do to get the error:
1) Right click on project in project explorer
2) Click Android Tools > Export Signed Application Package...
3) Go through the wizard screens, creating keystore password and such
4) Hit Finish, and get the error above.
The error doesn't tell me anything useful, so I don't even know what I did wrong. Has anyone else come across this issue? Anyone know how to fix it?
Thanks,
Caleb

