How do I install Android applications from the PC?

4

2

Currently I don't have an Internet connection available on my cellphone and I would like to install some applications on it.

Is it possible?
Do I have to use the market?

the_drow

Posted 2010-01-25T22:50:23.010

Reputation: 327

Answers

6

You can use the Android Debug Bridge (adb) to install applications. You need to connect your phone to your computer via USB and possess the .apk file to do it. Check out the Installing an Application section on that page.

ADB requires the Android SDK. So you must first install that.

The easier solution though is if your phone has Wi-Fi, just connect to an access-point and then open the Android Market.

matpie

Posted 2010-01-25T22:50:23.010

Reputation: 1 560

Just FYI the command you use is "adb install <package.apk>" – davr – 2010-01-25T23:06:40.570

1

You don't have to use the PC.

I actually prefer transferring APK files over to the SD card and then running them from the phone via a file browsing application. You could also use Android Market from the emulator.

But, assuming you have a Wifi connection you could:

  • Click on APK files from websites via browser
  • Use alternatives to the Market, for example SAM

ALso: My HTC Magic came with a crappy ROM with no Google products including Market. So I flashed a Hero port onto my phone. Something worth considering. It's risky business nevertheless.

jay

Posted 2010-01-25T22:50:23.010

Reputation: 6 287