<?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 Android Device Emulator- Error Message: 'Unfortunately, Launche in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792149#M5374</link>
    <description>Here is a screenshot of AndroidSDK Manager with installed packages:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I didn't have any problems with installation of these packagesand my main concern is performance of Android emulator for ARM &amp;amp; x86 CPUs.&lt;BR /&gt;</description>
    <pubDate>Tue, 03 Jul 2012 12:49:33 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2012-07-03T12:49:33Z</dc:date>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launcher Has Stopped'</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792133#M5358</link>
      <description>I wonder if somebodyhad experienced an error message '&lt;STRONG&gt;Unfortunately, Launcher Has Stopped&lt;/STRONG&gt;' in &lt;STRONG&gt;Android Device Emulator&lt;/STRONG&gt;.&lt;BR /&gt;I have that errorfrom time to time andit is not clear what causes it. A screenshot is enclosed:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="44774-LauncherHasStopped.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/10058iE29DF3E7AB1BD82A/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="44774-LauncherHasStopped.jpg" alt="44774-LauncherHasStopped.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;BR /&gt;</description>
      <pubDate>Sun, 01 Jul 2012 22:41:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792133#M5358</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-07-01T22:41:24Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792134#M5359</link>
      <description>Sergey!&lt;BR /&gt;On what platform runs Android Device Emulator?If it is Windows you can run your emulator under debugger.Please set windbg as a postmortem debugger and try to run your app maybe debugger's break-in will be trigerred by some unhandled exception in theemulator code.You can also tryto do some investigation and find how it Launcher is implemented.For example if it is an DLL loaded by an emulator you can set a conditional breakpoint on dllmain call and single-step through the code.&lt;BR /&gt;Other thing you can do is to use an IDA disassembler and find the address of the string being displayed when Launcher crashes.When you have an address (probably global variable) you can set the conditional breakpoint on this address it should be some of the windowing procedures which gets string address to be displayed.From this point you can try to reconstruct the call stack simply by going through the return addresses pushed on the stack.&lt;BR /&gt;Btw Look for minidump file when Launcher crashes.</description>
      <pubDate>Mon, 02 Jul 2012 06:58:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792134#M5359</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-07-02T06:58:24Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792135#M5360</link>
      <description>&lt;BLOCKQUOTE dir="ltr" style="margin-right: 0px;"&gt;&lt;P&gt;On what platform runs Android Device Emulator&lt;/P&gt;&lt;/BLOCKQUOTE&gt;I see that this is a windows application.Please read my previous post.&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jul 2012 07:31:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792135#M5360</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-07-02T07:31:25Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792136#M5361</link>
      <description>Sergey,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;if that happens, please look into the adb log. You should find there more information about the crash happened. To do that run the following command on your host machine:&lt;/DIV&gt;&lt;DIV&gt;[bash]adb logcat[/bash] &lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Alex&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Jul 2012 09:31:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792136#M5361</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2012-07-02T09:31:22Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792137#M5362</link>
      <description>&lt;DIV id="tiny_quote"&gt;
                &lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=563040" class="basic" href="https://community.intel.com/en-us/profile/563040/"&gt;iliyapolak&lt;/A&gt;&lt;/DIV&gt;
                &lt;DIV style="background-color: #e5e5e5; padding: 5px; border: 1px; border-style: inset; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;&lt;BLOCKQUOTE dir="ltr" style="margin-right: 0px;"&gt;&lt;P&gt;On what platform runs Android Device Emulator&lt;/P&gt;&lt;/BLOCKQUOTE&gt;I see that this is a windows application.Please read my previous post.&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's an Android* application inside the emulator which is crashing. Debugging the emulator might be not the best approach to rootcause the issue.&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2012 09:36:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792137#M5362</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2012-07-02T09:36:38Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792138#M5363</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;It's an Android* application inside the emulator which is crashing&lt;/P&gt;&lt;/BLOCKQUOTE&gt;Because of word 'Launcher' being displayed I thought that some of Emulator component is crashing in such a case windbg should have been helpful to pinpoint the problem.</description>
      <pubDate>Mon, 02 Jul 2012 10:55:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792138#M5363</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-07-02T10:55:52Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792139#M5364</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1341269149921="59" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=519261" href="https://community.intel.com/en-us/profile/519261/" class="basic"&gt;Alexander Weggerle (Intel)&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;...It's &lt;/EM&gt;&lt;STRONG&gt;an Android* application inside the emulator which is crashing. &lt;SPAN style="text-decoration: underline;"&gt;Debugging the emulator might be not the best approach&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;EM&gt; to rootcause the issue.&lt;BR /&gt;Alex&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Absolutely agreeand I simply don't have time to do this.All Androidsource codesare available...&lt;BR /&gt;&lt;BR /&gt;Iexperienced that error with emulator from &lt;STRONG&gt;Level 14&lt;/STRONG&gt; API and didn't see it when testing emulator from &lt;STRONG&gt;Level 15&lt;/STRONG&gt; API.&lt;BR /&gt;I've used a system image '&lt;STRONG&gt;ARMeabi-v7a&lt;/STRONG&gt;' to create &lt;STRONG&gt;AVD&lt;/STRONG&gt;. I think I need to look atIntel system image as well.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2012 22:53:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792139#M5364</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-07-02T22:53:18Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792140#M5365</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1341269959171="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=519261" href="https://community.intel.com/en-us/profile/519261/" class="basic"&gt;Alexander Weggerle (Intel)&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;...if that happens, please look into the adb log. You should find there more information about the crash&lt;BR /&gt;happened. To do that run the following command on your host machine:&lt;BR /&gt;&lt;/EM&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;adblogcat&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Thank you! Today is my second day with Android and a"pressure is mounting"...&lt;BR /&gt;&lt;BR /&gt;My question is why emulator for ARM CPUsis &lt;SPAN style="text-decoration: underline;"&gt;so slow&lt;/SPAN&gt;? Is it faster for x86 CPUs?&lt;BR /&gt;&lt;BR /&gt;My currentconfiguration is as follows:&lt;BR /&gt;&lt;BR /&gt;- Android 4.0.3 ( API 15 )&lt;BR /&gt;- AVD was created based on a system image '&lt;STRONG&gt;ARMeabi-v7a&lt;/STRONG&gt;'&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2012 23:02:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792140#M5365</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-07-02T23:02:19Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792141#M5366</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;Absolutely agreeand I simply don't have time to do this.All Androidsource codesare available&lt;/P&gt;&lt;/BLOCKQUOTE&gt;@Sergey&lt;BR /&gt; What is the '&lt;STRONG&gt;Launcher&lt;/STRONG&gt;' is it part of an Emulator?</description>
      <pubDate>Tue, 03 Jul 2012 05:14:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792141#M5366</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-07-03T05:14:57Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792142#M5367</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Hi Iliya,&lt;BR /&gt;&lt;BR /&gt;Quoting &lt;A jquery1341293154109="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=563040" href="https://community.intel.com/en-us/profile/563040/" class="basic"&gt;iliyapolak&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Absolutely agreeand I simply don't have time to do this.All Androidsource codesare available&lt;/P&gt;&lt;/BLOCKQUOTE&gt;@Sergey&lt;BR /&gt; What is the '&lt;STRONG&gt;Launcher&lt;/STRONG&gt;' is it part of an Emulator?&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Yes.I think this isaService of an Android Deviceor Emulator...&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2012 05:34:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792142#M5367</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-07-03T05:34:14Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792143#M5368</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1341294732156="59" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=353541" href="https://community.intel.com/en-us/profile/353541/" class="basic"&gt;Sergey Kostrov&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;...My currentconfiguration is as follows:&lt;BR /&gt;&lt;BR /&gt;- Android 4.0.3 ( API 15 )&lt;BR /&gt;- AVD was created based on a system image '&lt;STRONG&gt;ARMeabi-v7a&lt;/STRONG&gt;'&lt;/DIV&gt;&lt;/DIV&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Itested anew AVD based on a system image forIntel '&lt;STRONG&gt;x86Atom&lt;/STRONG&gt;'. Here is another screenshot:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2012 05:53:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792143#M5368</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-07-03T05:53:50Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792144#M5369</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;Yes.I think this isaService of an Android Deviceor Emulator...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;How is the Emulator implemented?Is it a.dll image?</description>
      <pubDate>Tue, 03 Jul 2012 06:52:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792144#M5369</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-07-03T06:52:52Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792145#M5370</link>
      <description>&lt;DIV id="tiny_quote"&gt;
                &lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=353541" class="basic" href="https://community.intel.com/en-us/profile/353541/"&gt;Sergey Kostrov&lt;/A&gt;&lt;/DIV&gt;
                &lt;DIV style="background-color: #e5e5e5; padding: 5px; border: 1px; border-style: inset; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;&lt;P style="display: inline !important;"&gt;My question is why emulator for ARM CPUsis &lt;SPAN style="text-decoration: underline;"&gt;so slow&lt;/SPAN&gt;? Is it faster for x86 CPUs?&lt;/P&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;P&gt;The ARM CPU is completely emulated. That means that every ARM
instructions needs to be translated to an x86 instruction and than run on your
host machine. Because of this overhead it is really slow.&lt;/P&gt;

&lt;P&gt;If you run a normal x86 image in the emulator the situation is
similar if you not use the Intel HAXM. The Intel HAXM can accelerate the x86
images, so that parts of the code will run nativelyon your host machine and give you a much better performance.&lt;/P&gt;&lt;P&gt;The install instructions can be found here:&lt;A href="http://software.intel.com/en-us/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows/"&gt;http://software.intel.com/en-us/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Jul 2012 09:19:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792145#M5370</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2012-07-03T09:19:41Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792146#M5371</link>
      <description>&lt;DIV id="tiny_quote"&gt;
                &lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=563040" class="basic" href="https://community.intel.com/en-us/profile/563040/"&gt;iliyapolak&lt;/A&gt;&lt;/DIV&gt;
                &lt;DIV style="background-color: #e5e5e5; padding: 5px; border: 1px; border-style: inset; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Absolutely agreeand I simply don't have time to do this.All Androidsource codesare available&lt;/P&gt;&lt;/BLOCKQUOTE&gt;@Sergey&lt;BR /&gt; What is the '&lt;STRONG&gt;Launcher&lt;/STRONG&gt;' is it part of an Emulator?&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;The Launcher is the application that provides the homescreen for Android. So this is part of Android and have nothing todo with the emulator.</description>
      <pubDate>Tue, 03 Jul 2012 09:23:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792146#M5371</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2012-07-03T09:23:59Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792147#M5372</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;The Launcher is the application that provides the homescreen for Android. So this is part of Android and have nothing todo with the emulator&lt;/P&gt;&lt;/BLOCKQUOTE&gt;Thanks for explaining this.Finally understood :)</description>
      <pubDate>Tue, 03 Jul 2012 10:32:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792147#M5372</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-07-03T10:32:21Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792148#M5373</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1341319195390="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=563040" href="https://community.intel.com/en-us/profile/563040/" class="basic"&gt;iliyapolak&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;Yes.I think this isaService of an Android Deviceor Emulator...&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;EM&gt;How is the Emulator implemented?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;]Itlooks like it is a Java application.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Is it a.dll image?&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;There are three executables in a '&lt;STRONG&gt;..\Android-SDK\Tools&lt;/STRONG&gt;' folder:&lt;BR /&gt; emulator.exe&lt;BR /&gt; emulator-arm.exe&lt;BR /&gt; emulator-x86.exe&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2012 12:40:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792148#M5373</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-07-03T12:40:45Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792149#M5374</link>
      <description>Here is a screenshot of AndroidSDK Manager with installed packages:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.intel.com/skins/images/7B13F55A7CE623EF42E69096FA81A3A1/2021_redesign/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I didn't have any problems with installation of these packagesand my main concern is performance of Android emulator for ARM &amp;amp; x86 CPUs.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jul 2012 12:49:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792149#M5374</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-07-03T12:49:33Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792150#M5375</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1341320121359="59" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=519261" href="https://community.intel.com/en-us/profile/519261/" class="basic"&gt;Alexander Weggerle (Intel)&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;...&lt;BR /&gt;The Launcher is the application that provides the homescreen for Android. So this is part of Android and have nothing todo with the emulator.&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Alexander, I'm interested to get some numbersfor your computer:&lt;BR /&gt;&lt;BR /&gt; - How long does it take to load an emulator for ARM CPUs?&lt;BR /&gt; - How long does it take to load an emulator forx86 CPUs?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2012 12:53:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792150#M5375</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-07-03T12:53:24Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792151#M5376</link>
      <description>&lt;BLOCKQUOTE dir="ltr" style="margin-right: 0px;"&gt;&lt;P&gt;emulator.exe&lt;BR /&gt; emulator-arm.exe&lt;BR /&gt; emulator-x86.exe&lt;/P&gt;&lt;/BLOCKQUOTE&gt;So its an exe image and two binary-translators implemented also as an exe image.Was there any emulator.exe related crash?</description>
      <pubDate>Tue, 03 Jul 2012 14:32:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792151#M5376</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-07-03T14:32:51Z</dc:date>
    </item>
    <item>
      <title>Android Device Emulator- Error Message: 'Unfortunately, Launche</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792152#M5377</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1341359788546="59" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=519261" href="https://community.intel.com/en-us/profile/519261/" class="basic"&gt;Alexander Weggerle (Intel)&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1341359788546="60" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=563040" href="https://community.intel.com/en-us/profile/563040/" class="basic"&gt;iliyapolak&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Absolutely agreeand I simply don't have time to do this.All Androidsource codesare available&lt;/P&gt;&lt;/BLOCKQUOTE&gt;@Sergey&lt;BR /&gt; What is the '&lt;STRONG&gt;Launcher&lt;/STRONG&gt;' is it part of an Emulator?&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;The &lt;STRONG&gt;Launcher is the application&lt;/STRONG&gt; that provides the homescreen for Android...&lt;/P&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Here is a technical detail:The problem/issueis related to '&lt;STRONG&gt;com.android.launcher&lt;/STRONG&gt;' Java class.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2012 23:55:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Device-Emulator-Error-Message-Unfortunately-Launcher-Has/m-p/792152#M5377</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-07-03T23:55:16Z</dc:date>
    </item>
  </channel>
</rss>

