Here are the followig steps that shows how to install your app from pc to mobile.
First download the Astro File Manager app in your phone. The Astro file manager helps to view your apk file in phone
Then Go to Settings->Application Manager->check the unknown resources option that allows you to install non market applications.
After the above steps, connect your phone to the pc.
Now wait till all the drivers get installed in to your pc.
Open the drive location and copy the apk file.
Then disconnect your phone from pc and go to My Files in your phone and check whether the apk file is copied successfully.
Open astro file manager and search for the copied apk file. Click on the searched file.
The apk file is now opened with astro file manager. Click Install and now you successfully installed your android app from pc to your android phone.
Thursday, January 30, 2014
Wednesday, January 29, 2014
Android: Create an Android Application Package(apk) file
An android application package(apk) file is used to distribute and install software in android operating system. These are the following steps for creating an apk file.
Select the project in Package Explorer. Right click the project and click Export
In the export window, select Export Android Application. Click Next
Select the project to export and click Next.
In Keystore selection choose either Use existing keystore or Create new keystore. Here I choose create new keystore. Choose a location where you want to store the file. Enter password(give any password) and click Next.
In key creation, enter Alias name, passwords, validity years and firstname lastnames which are mandatory fields. Rest of the fields are optional. Click Next.
In destination for apk file choose an appropriate location where you want to store the apk file. Click Finish.
If the apk is created successfully the new keystore status and certificate finger prints will be displayed in console tab in eclipse.
Finally make sure the apk file is created and saved successfully in the location specified.
Select the project in Package Explorer. Right click the project and click Export
In the export window, select Export Android Application. Click Next
Select the project to export and click Next.
In Keystore selection choose either Use existing keystore or Create new keystore. Here I choose create new keystore. Choose a location where you want to store the file. Enter password(give any password) and click Next.
In key creation, enter Alias name, passwords, validity years and firstname lastnames which are mandatory fields. Rest of the fields are optional. Click Next.
In destination for apk file choose an appropriate location where you want to store the apk file. Click Finish.
If the apk is created successfully the new keystore status and certificate finger prints will be displayed in console tab in eclipse.
Finally make sure the apk file is created and saved successfully in the location specified.
Labels:
Android
Subscribe to:
Posts (Atom)