Monday, August 1, 2011

Check the Android with Emulator...


-Android SDK Emulator Download: 

  • Download the software emulator for android from below link:



  • Here's an overview of the steps you must follow to set up the Android SDK:

  1. Prepare your development computer and ensure it meets the system requirements.
  2. Install the SDK starter package from the table above. (If you're on Windows, download the installer for help with the initial setup.)
  3. Install the ADT Plugin for Eclipse (if you'll be developing in Eclipse).
  4. Add Android platforms and other components to your SDK.
  5. Explore the contents of the Android SDK (optional).
          To get started, download the appropriate package from the table above, then read the guide to Installing the SDK.


-How To Create Android Emulator:- 

1. Open Android folder run SDK Manager.exe..
2. Close downloading window "Refresh Source". As there is no use of that.. (It will take time to close. So Wait for some time)
3. Now You Will Find "Android SDK and AVD Manager" window.
4. In left pane you will find some Options. Click on "Virtual Devices".
5. Here In Right pane 
Click on New. > Name: {Type Device name} > Target: {Select OS: from 2.1 to 3.0 (anyone)} > SD Card: {Type Size e.g. 1000 MiB (1 GB)} > Skin : Click on resolution (400*600) > Hardware : Click "New" Select "SD Card Support" OK..
6. Click On Create AVD & Wait..
7. Now Select Your Device From List Click On START..
8. In Launch Option. Click LAUNCH..
Wait Till Device Starts..
Open CMD
Go to location :
CD :\android-sdk_r11-windows1\android-sdk-windows\platform-tools
Type the following commands..
> adb.exe start-server
>adb.exe install c:\mobsec.apk (Here, make sure your Mobsec.apk file should be on C drive OR You have to change location)
Close CMD after this process..
DONE.. 

Enjoy working with Android Simulation and check the Functionality...

No comments: