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

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. PHP实用函数集合
  2. 详解PHP sprintf()格式化用法
  3. 通过PHP内置web服务器实现简单的调试应用
  4. PHP模拟supervisor的进程管理
  5. php.ini与phpinfo()的用处详解
  6. 详解 PHP 异步后台处理
  7. 5种PHP定义数组的方法
  8. 教你用php读取elf结构
  9. PHPer都应当掌握的注释标记!
  10. 总结一些php命令行下的常用命令