• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Signing the APK

If you are using Eclipse, all you have to do is go to file>Export and choose Android App (or whatever it is). Make/use a keystore and Eclipse will export a signed .apk for you.
 
Also, if you're using ANT, then you can put the option to sign in your build file (a link to your keystore), and it will ask you whether to sign the app after it's done building your package.

Z
 
Back
Top Bottom