<?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 Hi Alex, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012610#M34764</link>
    <description>&lt;P&gt;Hi Alex,&lt;/P&gt;

&lt;P&gt;I am still trying to run Android applications on my emulator, but without success.&lt;/P&gt;

&lt;P&gt;I am working through Android tutorials, but without being able to run simple examples, progress is hard.&lt;/P&gt;

&lt;P&gt;I am hoping to work in this field in order to support my family, so all help is appreciated.&lt;/P&gt;

&lt;P&gt;Please find attached a file containing the latest error messages on the Console of Eclipse when I tried to run my application.&lt;/P&gt;

&lt;P&gt;Thanks for your patience!&lt;/P&gt;

&lt;P&gt;Joseph&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Aug 2014 09:42:02 GMT</pubDate>
    <dc:creator>Joseph_F_</dc:creator>
    <dc:date>2014-08-26T09:42:02Z</dc:date>
    <item>
      <title>Getting my emulator (AVD) started</title>
      <link>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012606#M34760</link>
      <description>&lt;P&gt;I have just started programming in Android, and have downloaded Android SDK API level 20.&lt;/P&gt;

&lt;P&gt;I wrote a short application, which was OK-eyed by the Eclipse environment,&lt;/P&gt;

&lt;P&gt;configured an AVD to match my API level and tried to run it using Debug Configuration, but without success.&lt;/P&gt;

&lt;P&gt;I tried rerunning it, waiting, and several different configurations on the AVD, but each time I came up with the same result.&lt;/P&gt;

&lt;P&gt;I attach a file with my AVD configuration and the error messages that appeared on the console. Thanks!&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2014 09:15:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012606#M34760</guid>
      <dc:creator>Joseph_F_</dc:creator>
      <dc:date>2014-07-29T09:15:30Z</dc:date>
    </item>
    <item>
      <title>Hi Joseph,</title>
      <link>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012607#M34761</link>
      <description>&lt;P&gt;Hi Joseph,&lt;/P&gt;

&lt;P&gt;there are a couple of things you can try:&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;Check the file permissions of your AVD folder. It's located in c:\users\&amp;lt;your user name\.android\avd . Right click on it select properties and remove the "read only" property. Restart the Emulator.&lt;/LI&gt;
	&lt;LI&gt;Add an SD card to your AVD. Shouldn't have an impact but for some users it helps...&lt;/LI&gt;
	&lt;LI&gt;The advanced :-) method of solving this would be:
		&lt;PRE class="brush:bash;"&gt;adb shell
su
mount -o rw,remount rootfs /
exit
&lt;/PRE&gt;

		&lt;P&gt;Which changes the way the file system of the emulator mounted. If you reboot the emulator you have to apply this again&lt;/P&gt;
	&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Hope one of the options solves your issue!&lt;BR /&gt;
	Alex&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:34:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012607#M34761</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2014-08-01T09:34:15Z</dc:date>
    </item>
    <item>
      <title> Thanks for your reply, Alex!</title>
      <link>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012608#M34762</link>
      <description>&lt;P&gt;&amp;nbsp;Thanks for your reply, Alex!&lt;/P&gt;

&lt;P&gt;I haven't been able to implement it though:&lt;/P&gt;

&lt;P&gt;option 1: &amp;nbsp;whenever I cancel the read_only setting in my Avd folder, after pressing OK,&lt;/P&gt;

&lt;P&gt;it always reverts back to read only again, so when I run emulator I get the same error message.I cant understand this.&lt;/P&gt;

&lt;P&gt;option 2: my Avd emulator has an SD card of 16GB already.&lt;/P&gt;

&lt;P&gt;option 3: where do I type this code?&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Joseph&lt;/P&gt;</description>
      <pubDate>Sun, 03 Aug 2014 08:17:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012608#M34762</guid>
      <dc:creator>Joseph_F_</dc:creator>
      <dc:date>2014-08-03T08:17:30Z</dc:date>
    </item>
    <item>
      <title>Hi Joseph,</title>
      <link>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012609#M34763</link>
      <description>&lt;P&gt;Hi Joseph,&lt;/P&gt;

&lt;P&gt;Option 3 would go to a command line. The adb executable is located in the {Android SDK}/platform-tools/.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2014 15:24:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012609#M34763</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2014-08-04T15:24:06Z</dc:date>
    </item>
    <item>
      <title>Hi Alex,</title>
      <link>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012610#M34764</link>
      <description>&lt;P&gt;Hi Alex,&lt;/P&gt;

&lt;P&gt;I am still trying to run Android applications on my emulator, but without success.&lt;/P&gt;

&lt;P&gt;I am working through Android tutorials, but without being able to run simple examples, progress is hard.&lt;/P&gt;

&lt;P&gt;I am hoping to work in this field in order to support my family, so all help is appreciated.&lt;/P&gt;

&lt;P&gt;Please find attached a file containing the latest error messages on the Console of Eclipse when I tried to run my application.&lt;/P&gt;

&lt;P&gt;Thanks for your patience!&lt;/P&gt;

&lt;P&gt;Joseph&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2014 09:42:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012610#M34764</guid>
      <dc:creator>Joseph_F_</dc:creator>
      <dc:date>2014-08-26T09:42:02Z</dc:date>
    </item>
    <item>
      <title>Dear Alex, </title>
      <link>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012611#M34765</link>
      <description>&lt;P&gt;Dear Alex,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;While on the subject, here are some more error messages.&lt;/P&gt;

&lt;P&gt;If you could give your take on these, that would be great!&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2014 11:06:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012611#M34765</guid>
      <dc:creator>Joseph_F_</dc:creator>
      <dc:date>2014-08-26T11:06:53Z</dc:date>
    </item>
    <item>
      <title>Anyone who is having problems</title>
      <link>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012612#M34766</link>
      <description>&lt;P&gt;Anyone who is having problems getting their Android emulator running , like me,&lt;/P&gt;

&lt;P&gt;might well be advised to try the Stackoverflow.com website - Android emulator and see&amp;nbsp;&lt;/P&gt;

&lt;P&gt;thousands of Q&amp;amp;A on this topic.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Sep 2014 08:57:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Getting-my-emulator-AVD-started/m-p/1012612#M34766</guid>
      <dc:creator>Joseph_F_</dc:creator>
      <dc:date>2014-09-07T08:57:19Z</dc:date>
    </item>
  </channel>
</rss>

