<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Quote:Mark Liu (Intel) wrote: in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937800#M16292</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Mark Liu (Intel) wrote:&lt;BR /&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I hope everyone answer his questions correctly but I am thinking what if his question is,&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Assuming his app is deployed from Play Store to a device, what are the steps to decide if the device is&amp;nbsp;a &lt;/SPAN&gt;x86&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt; device?&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;For developing NDK based applications I wrote an article some time ago:&amp;nbsp;&lt;A href="http://software.intel.com/en-us/articles/getting-started-on-optimizing-ndk-project-for-multiple-cpu-architectures"&gt;http://software.intel.com/en-us/articles/getting-started-on-optimizing-ndk-project-for-multiple-cpu-architectures&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you want to check it for some reasons on Java you can use the following code:&lt;BR /&gt;
	[java]String arch = System.getProperty("os.arch");[/java]&lt;/P&gt;

&lt;P&gt;The Android OS itself queries the architecture a little bit different as you can see for example in the &lt;A href="http://android.googlesource.com/platform/frameworks/base.git/+/android-4.2.2_r1/core/java/android/os/Build.java"&gt;Build.java&lt;/A&gt; file:&lt;BR /&gt;
	[java]&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; /** The name of the instruction set (CPU type + ABI convention) of native code. */&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; public static final String CPU_ABI = getString("ro.product.cpu.abi");&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; /** The name of the second instruction set (CPU type + &lt;/SPAN&gt;ABI&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt; convention) of native code. */&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; public static final String &lt;/SPAN&gt;CPU_ABI2&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt; = &lt;/SPAN&gt;getString&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;("ro.product.cpu.abi2");&lt;BR /&gt;
	[/java]&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hope this answers your question!&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Alex&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2013 08:52:00 GMT</pubDate>
    <dc:creator>Alexander_W_Intel</dc:creator>
    <dc:date>2013-11-26T08:52:00Z</dc:date>
    <item>
      <title>How to make sure my Android app runs on Intel phones?</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937782#M16274</link>
      <description>&lt;P&gt;can you tell me What steps should I take to make sure my app runs fine on such Intel-powered devices?&lt;/P&gt;
&lt;P&gt;Note:I don't have such a phone to perform tests.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2013 19:52:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937782#M16274</guid>
      <dc:creator>med_anouar_hammami</dc:creator>
      <dc:date>2013-04-20T19:52:53Z</dc:date>
    </item>
    <item>
      <title>If your app runs on Android</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937783#M16275</link>
      <description>&lt;P&gt;If your app runs on&amp;nbsp;&lt;A href="http://www.android-x86.org/"&gt;Android-x86&lt;/A&gt;&amp;nbsp;that will be a pretty clear indicator it will run on an Intel CPU. You can simply install it with VirtualBox or other VM host. :)&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2013 20:25:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937783#M16275</guid>
      <dc:creator>Mohamed_Ali_A_</dc:creator>
      <dc:date>2013-04-20T20:25:29Z</dc:date>
    </item>
    <item>
      <title>Check this : http:/</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937784#M16276</link>
      <description>&lt;P&gt;Check this :&amp;nbsp;&lt;A href="http://stackoverflow.com/questions/13538822/how-to-make-sure-my-android-app-runs-on-intel-phones"&gt;http://stackoverflow.com/questions/13538822/how-to-make-sure-my-android-app-runs-on-intel-phones&lt;/A&gt;&amp;nbsp;;)&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2013 15:51:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937784#M16276</guid>
      <dc:creator>Ahmed_BH</dc:creator>
      <dc:date>2013-04-21T15:51:08Z</dc:date>
    </item>
    <item>
      <title>You can install intel SDK on</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937785#M16277</link>
      <description>&lt;P&gt;You can install intel SDK on your IDE, and test your app with it, and ther you will be sure that the app will perfom well on phones with intel architecture !&lt;/P&gt;
&lt;P&gt;Google it for more informatiosn ;)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: There you will find the steps to install intel SDK on your laptop :&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.developer.com/ws/android/development-tools/haxm-speeds-up-the-android-emulator.html"&gt;http://www.developer.com/ws/android/development-tools/haxm-speeds-up-the-android-emulator.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2013 21:59:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937785#M16277</guid>
      <dc:creator>Mohamed_Khalil_ZENDA</dc:creator>
      <dc:date>2013-04-21T21:59:30Z</dc:date>
    </item>
    <item>
      <title>just test on emulator</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937786#M16278</link>
      <description>&lt;P&gt;just test on emulator&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2013 03:49:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937786#M16278</guid>
      <dc:creator>PONRAM</dc:creator>
      <dc:date>2013-04-22T03:49:02Z</dc:date>
    </item>
    <item>
      <title>All you need is Intel</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937787#M16279</link>
      <description>&lt;P&gt;All you need is Intel processor and Intel x86 Emulator Accelerator (HAXM). you can install later from your SDK Manager&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2013 06:10:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937787#M16279</guid>
      <dc:creator>Raghavendr_U_Intel</dc:creator>
      <dc:date>2013-04-22T06:10:36Z</dc:date>
    </item>
    <item>
      <title>and offcourse you need Intel</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937788#M16280</link>
      <description>&lt;P&gt;and offcourse you need Intel andriod USB driver.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2013 06:14:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937788#M16280</guid>
      <dc:creator>Raghavendr_U_Intel</dc:creator>
      <dc:date>2013-04-22T06:14:02Z</dc:date>
    </item>
    <item>
      <title>hi anouar *</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937789#M16281</link>
      <description>&lt;P&gt;hi anouar *&lt;/P&gt;
&lt;P&gt;you can &amp;nbsp;install HAXM&lt;/P&gt;
&lt;P&gt;for more information and how to install visit this&amp;nbsp;link:&amp;nbsp;&lt;A href="http://software.intel.com/en-us/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-microsoft"&gt;http://software.intel.com/en-us/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-microsoft&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2013 15:49:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937789#M16281</guid>
      <dc:creator>nakhli__m_</dc:creator>
      <dc:date>2013-04-22T15:49:29Z</dc:date>
    </item>
    <item>
      <title>If your app is working on</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937790#M16282</link>
      <description>&lt;P&gt;If your app is working on emulator then it should be working on device.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2013 16:18:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937790#M16282</guid>
      <dc:creator>Hyrulia</dc:creator>
      <dc:date>2013-04-22T16:18:26Z</dc:date>
    </item>
    <item>
      <title>all you need it's intel x86</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937791#M16283</link>
      <description>&lt;P&gt;all you need it's intel&amp;nbsp;x86 emulator&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2013 17:32:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937791#M16283</guid>
      <dc:creator>Mohamed_helmi_b_</dc:creator>
      <dc:date>2013-04-23T17:32:55Z</dc:date>
    </item>
    <item>
      <title>Prepare an imulator with</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937792#M16284</link>
      <description>&lt;P&gt;Prepare an imulator with config&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2013 09:00:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937792#M16284</guid>
      <dc:creator>Sunil_V_</dc:creator>
      <dc:date>2013-06-16T09:00:08Z</dc:date>
    </item>
    <item>
      <title>@ Hyrulia</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937793#M16285</link>
      <description>&lt;P&gt;@&amp;nbsp;&lt;A href="http://software.intel.com/en-us/user/811753"&gt;Hyrulia&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We cant gurantee that...i am an android developer some times there are problems with emulator and devices.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2013 07:15:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937793#M16285</guid>
      <dc:creator>Ashwin_S_Ashok</dc:creator>
      <dc:date>2013-07-16T07:15:02Z</dc:date>
    </item>
    <item>
      <title>better try bluestacks it will</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937794#M16286</link>
      <description>&lt;P&gt;better try bluestacks it will give...output like in real device..&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2013 06:55:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937794#M16286</guid>
      <dc:creator>Ashwin_S_Ashok</dc:creator>
      <dc:date>2013-07-18T06:55:10Z</dc:date>
    </item>
    <item>
      <title>Hi, you might to use android</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937795#M16287</link>
      <description>&lt;P&gt;Hi, you might to use android eclipse plugin for emulate android os.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2013 15:27:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937795#M16287</guid>
      <dc:creator>JLuna5</dc:creator>
      <dc:date>2013-07-18T15:27:22Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937796#M16288</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Have a look at the Android SDK Manager's AVD creation options&lt;/P&gt;
&lt;P&gt;In the android SDK Manager there is an option for creating an AVD with your own configuration, so lookup the configuration you are trying to test your application upon and set the the settings exactly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It also includes the option for changing the Hardware features like GPU and CPU emulated versions in it's features, which gives you the option for Intel Atom x86 CPU if and only if you have downloaded the Intel x86 Atom System Image of your respective Android sdk version.&lt;/P&gt;
&lt;P&gt;The CPU options are available to those devices for which you have the Android images for i.e. the items enlisted under each Android versions.&lt;/P&gt;
&lt;P&gt;Hope this answers some part of your query.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2013 14:28:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937796#M16288</guid>
      <dc:creator>shadab_khatib</dc:creator>
      <dc:date>2013-08-14T14:28:22Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937797#M16289</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Install x86 emulator. Refer following link&lt;/P&gt;
&lt;P&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-atom-x86-image-for-android-ice-cream-sandwich-installation-instructions-manually/"&gt;http://software.intel.com/en-us/articles/intel-atom-x86-image-for-android-ice-cream-sandwich-installation-instructions-manually/&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Create AVD for x86 and run apk on this AVD. If app runs on this emulator then it will run on intel phone&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2013 11:03:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937797#M16289</guid>
      <dc:creator>Kishor_D_</dc:creator>
      <dc:date>2013-09-13T11:03:37Z</dc:date>
    </item>
    <item>
      <title>try to run your app  on intel</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937798#M16290</link>
      <description>&lt;P&gt;try to run your app &amp;nbsp;on intel x86 emulator...&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2013 11:47:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937798#M16290</guid>
      <dc:creator>Ashwin_S_Ashok</dc:creator>
      <dc:date>2013-09-17T11:47:15Z</dc:date>
    </item>
    <item>
      <title>I hope everyone answer his</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937799#M16291</link>
      <description>&lt;P&gt;I hope everyone answer his questions correctly but I am thinking what if his question is,&lt;/P&gt;

&lt;P&gt;Assuming his app is deployed from Play Store to a device, what are the steps to decide if the device is&amp;nbsp;a x86 device?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2013 21:48:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937799#M16291</guid>
      <dc:creator>Mark_L_Intel1</dc:creator>
      <dc:date>2013-11-25T21:48:55Z</dc:date>
    </item>
    <item>
      <title>Quote:Mark Liu (Intel) wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937800#M16292</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Mark Liu (Intel) wrote:&lt;BR /&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I hope everyone answer his questions correctly but I am thinking what if his question is,&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Assuming his app is deployed from Play Store to a device, what are the steps to decide if the device is&amp;nbsp;a &lt;/SPAN&gt;x86&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt; device?&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;For developing NDK based applications I wrote an article some time ago:&amp;nbsp;&lt;A href="http://software.intel.com/en-us/articles/getting-started-on-optimizing-ndk-project-for-multiple-cpu-architectures"&gt;http://software.intel.com/en-us/articles/getting-started-on-optimizing-ndk-project-for-multiple-cpu-architectures&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you want to check it for some reasons on Java you can use the following code:&lt;BR /&gt;
	[java]String arch = System.getProperty("os.arch");[/java]&lt;/P&gt;

&lt;P&gt;The Android OS itself queries the architecture a little bit different as you can see for example in the &lt;A href="http://android.googlesource.com/platform/frameworks/base.git/+/android-4.2.2_r1/core/java/android/os/Build.java"&gt;Build.java&lt;/A&gt; file:&lt;BR /&gt;
	[java]&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; /** The name of the instruction set (CPU type + ABI convention) of native code. */&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; public static final String CPU_ABI = getString("ro.product.cpu.abi");&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; /** The name of the second instruction set (CPU type + &lt;/SPAN&gt;ABI&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt; convention) of native code. */&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; public static final String &lt;/SPAN&gt;CPU_ABI2&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt; = &lt;/SPAN&gt;getString&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;("ro.product.cpu.abi2");&lt;BR /&gt;
	[/java]&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hope this answers your question!&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Alex&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2013 08:52:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-to-make-sure-my-Android-app-runs-on-Intel-phones/m-p/937800#M16292</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2013-11-26T08:52:00Z</dc:date>
    </item>
  </channel>
</rss>

