Tuesday, November 29, 2016

Android : Create a Signed Apk using Android Studio

Create a Signed Apk using Android Studio


  1. open project in Android Studio
  2. Build > generate Signed APK >Create New
  3. Click on file path button in "Key store path"
  4. Select any folder or create new 
  5. Enter File name > OK button
  6.  Enter any Password and Confirm the same
  7. Key >Enter any Alias name
  8. Enter any Password and Confirm
  9. Under Certificate populate valid data
  10. Click on OK button
  11. Screen goes back to "Generate Signed APK" window >Enter Password and confirm the same
  12. Ck on Next
  13.  Click on Finish
  14. Gradle will take some time and after that user will get message "generated successfully"
  15. Click on "Show in explorer" to navigate to apk file


No comments:

Post a Comment