Android uses the .apk file extension for it applications. It denotes an Android Package (APK) file, a variant of the JAR format that is used for distributing and installing bundled components onto the Android operating system.
The Androidsystem uses the certificate as a means of identifying the author of an application and establishing trust relationships between applications.
There are two types of application packages:
- Signed Application Package:
- Unsigned Application Package
Creating Unsigned Application Package
To create unsigned package, click on Export Unsigned Application Package (Right-click on project name > Android Tools > Export Unsigned Appliaction Package)
Once created, you’ll get the following message:
Creating Unsigned Application Package
Step One: To create a signed package of the application, click on Export Signed Appliaction Package (Right-click on project name > Android Tools > Export Signed Appliaction Package)
Step Two: Select Create new keystore and browse to the location where you want to save the key
Step Three: Provide a password for your keysote and click on Next
Step Four: Click Finish to successfully create an signed application package.
You’re done. You can now install the .apk file on your Android phone.
In my next article, I’ll come with a step-by-step guide on how to Install .APK Files on Your Android Phone. Here’s an article on How To Install .APK Files on Your Android Phone












![[How To] Remove Haze In Your Photos Using Photoshop [How To] Remove Haze In Your Photos Using Photoshop](http://www.technobitez.com/wp-content/uploads/2010/photoshop/how-to-remove-haze/original.jpg)


Trackbacks/Pingbacks
[...] my previous article I had written about Creating .APK Files for Android Phone. Now that you’re done developing your Android application or if you’re planning to [...]