Preparing the APK for Android App Installation

This simple tutorial is provided to generate the APK file for your Android app. This steps is done in the Eclipse, with Windows environment. Frankly, this is for my reference. This provide the distribution file for you to test your app in a user phone.

APK is the application installer to install your app to an Android phone. In the Eclipse project explorer, right-click your project and choose Export.

image

Choose the Export Android Application.

image

Chose the right project.

image

Use the existing keystore provided by default with your AndroikdSDK installation. Find your debug.keystore file in the .android folder, available in your user folder. And the default password is android.

image

The androiddebugkey password is android also.

image

Lastly, decide where is the .APK file you’d like to store.

image

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s