<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Install and Run Android Applications on the Android Emulator</title>
	<atom:link href="http://www.dbuggr.com/batzz/install-run-android-applications-android-emulator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/batzz/install-run-android-applications-android-emulator/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:13:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: batzz</title>
		<link>http://www.dbuggr.com/batzz/install-run-android-applications-android-emulator/comment-page-1/#comment-2659</link>
		<dc:creator>batzz</dc:creator>
		<pubDate>Mon, 05 Apr 2010 10:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/batzz/install-run-android-applications-android-emulator/#comment-2659</guid>
		<description>For testing an Android Application on the computer using the Android Emulator, the android SDK will be required. Following steps need to be performed to run the App on the simulator:

   1. Download the Android SDK from http://developer.android.com/sdk/index.html

   2. Unzip the downloaded file to your C:\ drive of your computer.

   3. Go to the folder, C:\android-sdk-windows, and run &quot;SDK Setup&quot;

   4. Close the window that opens initially and in the main window, select select settings and check the  Force https://...  option.

   5. Select Installed Packages and press the Update All button (make sure you are connected to the internet)

   6. Select SDK Platform Android 2.1 ... and install the package (package will be downloaded and installed, might take long as it is a large download)

   7. After the package is installed, select the Virtual Devices menu.

   8. Create a new virtual device, selecting Android 2.1 API as the Target. (suppose the name of the device created is Mobile1)

   9. We are done with configuring the SDK, now open the command prompt (DOS mode) and change the path to the android SDK tools folder (cd C:\android-sdk-windows\tools)

  10. Enter the command  emulator -avd Mobile1 

  11. This will open up the Android Emulator (the emulator is really slow in loading). Now that the emulator is up and running, next step is to install the application.

  12. Copy the android application file &#039;xyz.apk&#039; in the C:\android-sdk-windows\tools  folder. (here we are supposing that xyz.apk is the application we need to test on the emulator)

  13. Open another command window, change the path to the SDK folder (cd C:\android-sdk-windows\tools)

  14. Install the application to your phone by entering the command  &#039;adb install xyz.apk&#039; This will install the application on the Mobile Emulator.

  15. Run the application from the App menu in the mobile simulator.


Thats it !! Done. Now you can install and test any Android Application on your PC.</description>
		<content:encoded><![CDATA[<p>For testing an Android Application on the computer using the Android Emulator, the android SDK will be required. Following steps need to be performed to run the App on the simulator:</p>
<p>   1. Download the Android SDK from <a href="http://developer.android.com/sdk/index.html" rel="nofollow">http://developer.android.com/sdk/index.html</a></p>
<p>   2. Unzip the downloaded file to your C:\ drive of your computer.</p>
<p>   3. Go to the folder, C:\android-sdk-windows, and run &#8220;SDK Setup&#8221;</p>
<p>   4. Close the window that opens initially and in the main window, select select settings and check the  Force <a href="https://.." rel="nofollow">https://..</a>.  option.</p>
<p>   5. Select Installed Packages and press the Update All button (make sure you are connected to the internet)</p>
<p>   6. Select SDK Platform Android 2.1 &#8230; and install the package (package will be downloaded and installed, might take long as it is a large download)</p>
<p>   7. After the package is installed, select the Virtual Devices menu.</p>
<p>   8. Create a new virtual device, selecting Android 2.1 API as the Target. (suppose the name of the device created is Mobile1)</p>
<p>   9. We are done with configuring the SDK, now open the command prompt (DOS mode) and change the path to the android SDK tools folder (cd C:\android-sdk-windows\tools)</p>
<p>  10. Enter the command  emulator -avd Mobile1 </p>
<p>  11. This will open up the Android Emulator (the emulator is really slow in loading). Now that the emulator is up and running, next step is to install the application.</p>
<p>  12. Copy the android application file &#8216;xyz.apk&#8217; in the C:\android-sdk-windows\tools  folder. (here we are supposing that xyz.apk is the application we need to test on the emulator)</p>
<p>  13. Open another command window, change the path to the SDK folder (cd C:\android-sdk-windows\tools)</p>
<p>  14. Install the application to your phone by entering the command  &#8216;adb install xyz.apk&#8217; This will install the application on the Mobile Emulator.</p>
<p>  15. Run the application from the App menu in the mobile simulator.</p>
<p>Thats it !! Done. Now you can install and test any Android Application on your PC.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
