0

I want to make the signed .apk's to release in the android market. Steps I followed are

  1. Make a folder with name keys and save the .apk in that.
  2. Then right click Project->android tools->export the signed .apk
  3. Then follow all the instructions.

But when I click on the finish button after all the changes, it will give the error

java.io.IOExeption:Invalid key formate 
ADB
  • 567
  • 2
  • 5
  • 20
  • 2
    I would follow these steps instead: http://stackoverflow.com/questions/7728460/how-to-sign-an-android-app-for-the-market – theAlse Jun 11 '12 at 08:51

1 Answers1

1

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.

Santacrab
  • 3,165
  • 2
  • 25
  • 31