Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Android Studio 2 Essentials - Second Edition

You're reading from  Android Studio 2 Essentials - Second Edition

Product type Book
Published in Jun 2016
Publisher
ISBN-13 9781786467959
Pages 172 pages
Edition 2nd Edition
Languages
Author (1):
Belén Cruz Zapata Belén Cruz Zapata
Profile icon Belén Cruz Zapata
Toc

Table of Contents (17) Chapters close

Android Studio 2 Essentials Second Edition
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
1. Installing and Configuring Android Studio 2. Starting a Project 3. Navigating a Project 4. Using the Code Editor 5. Creating User Interfaces 6. Tools 7. Google Play Services 8. Debugging 9. Preparing for Release Getting Help Index

Generating a signed APK


To generate the signed APK, navigate to Build | Generate Signed APK. Select the app module and click on the Next button. In the dialog to generate the signed APK, we are asked for a certificate. The APK is signed by this certificate, which indicates that it belongs to us.

If this is our first application, we might not have any certificates. Click on the Create new... button to open the New Key Store dialog. Now, fill in the following information:

  • Key store path: This is the path in your system to create the key store. The key store is a file with the .jks extension, for example, release_keystore.jks.

  • Password: This is the key store password. You have to confirm it.

  • Alias: This is the alias for your certificate and is a pair of public and private keys. Let's name it releasekey.

  • Password: This is the certificate password. You have to confirm it.

  • Validity (years): This is the certificate that will be valid until the validity date. A value of 25 years or more is recommended...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}