Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The manual is clear enough. Please specify what part you get stuck with after you work through it, I'd suggest:</p> <p><a href="https://developer.android.com/studio/publish/app-signing.html" rel="noreferrer">https://developer.android.com/studio/publish/app-signing.html</a></p> <p>Okay, a small overview without reference or eclipse around, so leave some space for errors, but it works like this</p> <ul> <li>Open your project in eclipse</li> <li>Press right-mouse - > tools (android tools?) - > export signed application (apk?)</li> <li>Go through the wizard:</li> <li>Make a new key-store. remember that password</li> <li>Sign your app</li> <li>Save it etc.</li> </ul> <p>Also, from the link:</p> <blockquote> <p>Compile and sign with Eclipse ADT</p> <p>If you are using Eclipse with the ADT plugin, you can use the Export Wizard to export a signed .apk (and even create a new keystore, if necessary). The Export Wizard performs all the interaction with the Keytool and Jarsigner for you, which allows you to sign the package using a GUI instead of performing the manual procedures to compile, sign, and align, as discussed above. Once the wizard has compiled and signed your package, it will also perform package alignment with zip align. Because the Export Wizard uses both Keytool and Jarsigner, you should ensure that they are accessible on your computer, as described above in the Basic Setup for Signing.</p> <p>To create a signed and aligned .apk in Eclipse:</p> <ol> <li>Select the project in the Package Explorer and select File > Export.</li> <li><p>Open the Android folder, select Export Android Application, and click Next.</p> <p>The Export Android Application wizard now starts, which will guide you through the process of signing your application, including steps for selecting the private key with which to sign the .apk (or creating a new keystore and private key).</p></li> <li>Complete the Export Wizard and your application will be compiled, signed, aligned, and ready for distribution.</li> </ol> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload