Tips: How to install apk files on Android Emulator

Posted on 19 January 2008 by Hatem Ben Yacoub

If you are new to Android and looking for a way to test some of the currently available Android applications, here is how to proceed :

  1. First get the Android SDK and unzip it somewhere on your hard drive
  2. Add SDK_ROOT to your system variables pointing to /tools folder under the sdk
  3. Run the emulator
  4. Copy the apk file to /tools folder
  5. Change directory to /tools and run from commandline $adb install your_application.apk
  6. Now check applications list in the emulator and you should see the new application installed and ready.

Some pointed me to the error message when running adb on windows : * deamon still not running * error: no device.

In this case try to shutdown adb server and start it manually using :
$adb kill-server
$adb start-server

You can test if deamon is working by running $adb shell

The uninstall procedure is

$adb shell rm your_application.apk

Hope this help, enjoy !

Popularity: 100%

« A la mobile demonstrates the first Android Platform on HTC Qtek 9090 Smartphone | Home | First Android Campfire, Next week at the Googleplex »

9 Comments For This Post

  1. Durand Says:

    Thanks!

  2. Chris Says:

    Is there any way to install the apk app files directly to the G1 handset?

  3. niki Says:

    how do I install apk file in my G1 phone?

  4. Chrisy Says:

    Thank you!! :-D

  5. Akshay Sura Says:

    Thank you, these were really good instructions.

  6. laitung_tn@yahoo.com Says:

    I can not to remove the application on emulator!

  7. Mike Says:

    To the commenters above, if you want to install the APK in your phone, I believe you can do so by putting it on a server somewhere, and then by browsing to the file on your phone. From there, it will allow you to install it.

  8. Nils Says:

    I think you should write adb instead $adb !
    My computer didn’t recognize the $adb command.

  9. Nils Says:

    I think you should write adb instead of $adb.
    My computer didn’t recognize the $adb command.

2 Trackbacks For This Post

  1. Android: How Do I Install An Apk On An Emulator Says:

    […] Below was exerpted from http://openhandsetmagazine.com/2008/01/tips-how-to-install-apk-files-on-android-emulator/ […]

  2. Android: cómo instalar aplicaciones en el emulador « Francho i+d Says:

    […] Basado en un artículo de Open Handset Magazine […]

Leave a Reply

Advertise Here