Run apk on PC [ Android - .apk file ]


You can run the android applications on your pc. 

You are here because :
You have an .apk file and like to run any application without installing any developing tools.

You have compiled you application but couldn't run the program in the emulator.

You might have got the way to install the program on your emulator.

You might not have clearly setup your android emulator.

So How to run the apk on PC ??

First you must learn to start an emulator. You must follow some steps to start your emulator. You can get the step on my previous article. On the article just follow the downloading parts. The SDK Manager can be easily download from the android website as on the article. After that run the emulator and wait for the emulator to load its OS. Well most of the work has been accomplished. Now the extra step is just to type a command:

Goto Run > type cmd.

Move to the directory where you have installed Android SDK tool. Eg. cd “c:\program files\Android\android-sdk\”

Again move to the platform-tools directory that was just installed during the previous article.

You find a file named adb.exe, you need to install the application via this program.

Just type adb.exe install <your_path_to_apk_file>. Your Emulator must be running during this process.

Now view the Menu on the emulator. You will find your application on it.

Have fun.

No comments:

Post a Comment