This post focuses on the quick steps you need before you deploy your android app on your phone.
Before deploying your application to the android phone you need to sign your application.
To sign your application right click on the project and select Android Tools
Now click on the Export Signed Application Package
Browse the project and click Next
Now select option create new keystore
Browse the key file and create a password and click Next.
Now select the option Create New Key and provide the following information.
Enter the unique Alias Name and enter the password and confirm password.
Enter the validity years (not max then 1000).
Now Enter First and Last Name and keep rest as blank.
Click Next and Now select the destination file for your export.
This will export the .apk file for your application.
Now your app is ready to move on your phone.
Before deploying your application to the android phone you need to sign your application.
To sign your application right click on the project and select Android Tools
Now click on the Export Signed Application Package
Browse the project and click Next
Now select option create new keystore
Browse the key file and create a password and click Next.
Now select the option Create New Key and provide the following information.
Enter the unique Alias Name and enter the password and confirm password.
Enter the validity years (not max then 1000).
Now Enter First and Last Name and keep rest as blank.
Click Next and Now select the destination file for your export.
This will export the .apk file for your application.
Now your app is ready to move on your phone.
No comments:
Post a Comment