Tuesday, January 31, 2012

How To Install Apk Files In Android Emulator

Learn how to install Android applications(apk files) in Android-emulator.

1. Download Android-emulator from the following link.(If you don't have.)
Download Android-emulator

2. Unzip it and move the folder(Android-emulator) wherever you want. For example,I moved the folder to "D" drive (D:android-emulator)

3. Copy the cmd.exe file from C:WINDOWSsystem32 and paste it inside the android-emulator folder.

4. Copy and paste the android applications inside the android-emulator folder

5. Now open the android emulator.exe file wait until it fully loads.

6. Open the cmd.exe file and type adb install game.apk (replace game.apk with your android application's name.Dont forget to put .apk at last)

7. It will take some 30seconds to 1 minute based on the application size to install.

8. Now open the menu in the android emulator and you can see the application icon.

9. Now you can run the installed application.

No comments:

Post a Comment