Reputation: 567
I want to make the signed .apk's to release in the android market. Steps I followed are
But when I click on the finish button after all the changes, it will give the error
java.io.IOExeption:Invalid key formate
Upvotes: 0
Views: 187
Reputation: 3195
In Eclipse, right click on the project then Android Tools -> Export Signed application package.
Then just create your own signature key, or use an existing one if you have it.
Upvotes: 1