How to deploy the android application to emulator like Application Deployment of WP7?

Up vote 0 down vote favorite share g+ share fb share tw.

I have developed the Hello World Android application using Eclipse. I can run the application in the android emulator through this eclipse. But I want to run the apk files using Android emulator without opening the Eclipse(like WP7 xap files are running through Application Deployment Software without opening the VisualStudio).

How to do this? Android-emulator link|improve this question edited Apr 4 at 7:16 asked Mar 8 at 11:41Ponmalar266 82% accept rate.

I have used the following procedure. Procedure to run the apk files in Android Emulator without opening the Eclipse: Check your installed directory(ex: C:\Program Files (x86)\Android\android-sdk\tools), whether it has the adb. Exe or not).

If not present in this folder, then download the attachment here, extract the zip files. You will get adb files, copy and paste those three files inside tools folder Run AVD manager from C:\Program Files (x86)\Android\android-sdk and start the Android Emulator. Copy and paste the apk file inside the C:\Program Files (x86)\Android\android-sdk\tools Go to Start -> Run -> cmd Type cd “C:\Program Files (x86)\Android\android-sdk\tools” Type adb install example.

Apk After getting success command Go to Application icon in Android emulator, we can see the your application Thank you.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions