`
alian
  • 浏览: 16727 次
  • 性别: Icon_minigender_2
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论

How to install apk files on your google android phone(zz).

阅读更多

Android is one of the most promising mobile platforms currently available on the market. At least 20 new Android based phones are expected in the next year alone. One of the best features of the Android OS is the availability of third party applications.

There are two ways to install third party applications on your Android based phones:

  • The first way is by installing applications through the online Android Market, which we have already covered.
  • The second way is to manually install APK applications developed using the Android SDK on your Android phone.

APK applications are basically Android package applications.


Through the Android Market

To install APK applications on your Android Phone do the following:

  1. Copy the APK file you want to install to your phones memory card and insert the card into your Android phone.
  2. Go to Android Market and search for the Apps Installer application.
  3. Open it and click on the Install Button.
  4. After it is installed, just open it. It will show you all the APK files stored directly in the root directory of your memory card.
  5. Just click on the application you want to install and it will be installed.
<!--AD_PLACEHOLDER_3-->

Using the Android SDK

There is one more method that can be used, you can install APK files into your phone using the Android SDK. Download the Android SDK.

First of all, install the Android SDK on your computer. You will also need to install the Android USB drivers to connect the SDK to your phone via USB. You can download it from here - http://dl.google.com/android/android_usb_windows.zip .

To install applications from other sources, you also need go to Settings -> Application Settings and enable Unknown Sources. Also go to Settings -> SD Card and Phone Storage -> Disable Use for USB Storage. You can enable it again later.

Next, just open Command Prompt and type:  adb install path/file.apk

where path is the full path to the APK file and file is the name of the APK application file. Your application is now installed. This is all you need to do, now just open the application on your phone and use it.

Read more: http://www.brighthub.com/mobile/google-android/articles/37151.aspx#ixzz0o9RdXQuj

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics