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. Android的垃圾回收机制(android refbase类
  2. Android中Canvas绘图基础详解(附源码下载)
  3. Android(安卓)浮动视图效果 第三种实现方
  4. 分析Android长按电源键事件并定制长按电
  5. Android性能优化——线程优化
  6. Android(安卓)MediaPlayer中的RTSP(一):RTSP
  7. 系出名门Android(10) - HTTP 通信, XML
  8. Android实现宫格图片连续滑动效果
  9. android 9Path图片的使用
  10. Android(安卓)conversion to dalvik form