Search code examples
androidapksign

Android sign apk file


I use this tutorial for sign my apk link

but I have stopped on the step Sign your application.

There is

./sign-mac-example.sh ../DialANumber/deploy/DialANumber.apk
Enter passphrase: 

command

this not an internal or external program as I see in command line.

I use windows.

I have create all folder in workspce there are:

  • androidkeys (where I store my key my-release-key.keystore)
  • deploy (where I have export my apk file)

Thanks for help!


Solution

  • I recommend using Eclipse for signing Android Apps.

    Therefore you have to install Android SDK and plugin for Eclipse. Create a project - When you're done, rghtclick on your Project and click export.

    The wizard allows you to create a new keystore or use an existing one to sign your app.

    I tried signing apps with console using Ubuntu, but it was hard - With Eclipse it's very easy and the export wizard creates the .apk