Click here to Skip to main content
15,891,725 members
Articles / Mobile Apps / Android
Tip/Trick

Installing Applications on android from your computer

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
30 Aug 2010CPOL 27.4K   10   5
The purpose of the article is to provide a simple description to install applications that are not available on android market or for testing our own applications on the device. The android installation executables will have an .apk extension (apk – android package)

Executables will have an .apk extension (apk – android package)


We have to change the following settings for installing .apk files from your computer. On your device:



  1. Click Menu -> Settings -> Applications -> Unknown sources. If it is not checked, check it
  2. Menu -> Settings -> Applications -> Development -> USB debugging. Check this box
  3. Connect the USB cable.
  4. Notifications (the drop down bar at the top of the home screen) -> select USB connected -> Click Mount

(OR



  • Menu -> settings -> SD card and storage -> click on Disable use for USB storage and enable it

On your computer, install these if you don’t have it:



  1. android sdk - http://developer.android.com/sdk/index.html
  2. USB driver - http://developer.android.com/sdk/win-usb.html

Steps:



  1. On your command prompt navigate to the folder where u had installed the android sdk and then go to tools folder.
  2. On my computer it was on "C: \Documents\ android-sdk-windows\tools"


  3. Type adb install <path><file_name>.apk. If you have the .apk file in the tools folder you can simply type adb install example.apk.

You have successfully installed the application.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
This member doesn't quite have enough reputation to be able to display their biography and homepage.

Comments and Discussions

 
GeneralHow to start .apk file auto metrically when we put .apk file... Pin
MsmVc2-Feb-11 19:40
MsmVc2-Feb-11 19:40 
GeneralWhat application are you using that has Menu? Pin
amccombs21-Dec-10 13:19
amccombs21-Dec-10 13:19 
GeneralIs it possible to debug Android Application on the device wi... Pin
GPUToaster™30-Aug-10 20:17
GPUToaster™30-Aug-10 20:17 
GeneralWe dont need this if the app is on the android device. This ... Pin
a-machan30-Aug-10 10:23
a-machan30-Aug-10 10:23 
GeneralIf the app package is on the Android device why do you need ... Pin
Not Active30-Aug-10 7:21
mentorNot Active30-Aug-10 7:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.