Categories |
How to Install APK Files on Android Device EmulatorSummary: In this tutorial you will learn how to install APK-files to an Android device emulator. In 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! (c) 2007 SFD Team. Reproduction is not allowed. Ask for permission first. |

ANDROID WITHOUT ECLIPSE
VERY NICE ARTICLE. THANK YOU.
Can't install android
I haven't internet --> I can't install android
Can you help me !
thx
error
when i type adb install *.apk it gives me "error: no device",, what does it mean?
"when i type adb install
"when i type adb install *.apk it gives me "error: no device",, what does it mean?"
You must have a running instance