How to Install APK Files on Android Device EmulatorIn this tutorial we want to explain how to install APK-files to an Android device emulator. Thus you will be able to test already now all new application which will start to appear soon. When the actual Android-powered devices will appear (approximately beginning of 2008), they must be also compatible with already available till then applications. For the whole experiment you will need two things:
You do not need Eclipse or Eclipse-plugin the Android Development Tools (ADT). The last two are required for the software development for Android, but are not necessary for application evaluation on emulator. At first let's go and download the Android SDK, which may be obtained here: http://code.google.com/android/download.html Follow the instruction, described in the topic "Installing SDK" from the Google manual, which is located here: http://code.google.com/android/intro/installing.html#installingsdk For your convenience we copied the relevant steps here: -=-=-=-=-=-=-=- Extracted from Google manual -=-=-=-=-=-=-=-
-=-=-=-=-=-=-=- Extracted from Google manual -=-=-=-=-=-=-=- Now navigate to the $SDK_ROOT/tools directory and execute the file 'emulator.exe'. This is the Android emulator itself. Wait couple of minutes until it loads. Now you must see the home screen of Android - wallpapers with snowy mountains on the background and the navigation bar below. Enjoyed? Ok! Let's continue. Download and save locally a APK-file which you want to install/evaluate on the emulator. We recommend to save the APK file directly in the $SDK_ROOT/tools directory. Note: APK probably stands for "Android package". It's an application distribution unit in the Android environment. If you are coming from the Windows Mobile world, think of APK as of CAB-files. Ok, now start the console ("Start -> Run... -> type 'cmd'" for Windows computers). Type-in the following command: adb install $APK where $APK is the name of the APK file. For example: adb install Snake.apk If you receive a "path not found" error, then you probably either didn't add path to the $SDK_ROOT/tools directory to your system PATH settings or the application you are trying to install is not in the $SDK_ROOT/tools directory. If all went without errors then you should be seeing your newly installed APK on the emulator. Enjoy Android! |
||||
Categories
Communications (43) Contribute+ Submit Freeware± Improve Content |
Android TutorialsHow to Install APK Files on Android Device Emulator → In this tutorial you will learn how to install APK-files to an Android device emulator. How to Uninstall APK Files from Android Device Emulator → In this tutorial we will show you how to uninstall APK-files from the Android device emulator. |
