<?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: Android Activity Not Launching MapActivity</title>
	<atom:link href="http://drew5.net/2010/05/05/android-activity-not-launching-mapactivity/feed/" rel="self" type="application/rss+xml" />
	<link>http://drew5.net/2010/05/05/android-activity-not-launching-mapactivity/</link>
	<description>My 5 Cents</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:29:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Ripalhiral</title>
		<link>http://drew5.net/2010/05/05/android-activity-not-launching-mapactivity/comment-page-1/#comment-380</link>
		<dc:creator>Ripalhiral</dc:creator>
		<pubDate>Thu, 02 Feb 2012 14:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://drew5.net/?p=286#comment-380</guid>
		<description>What do you mean by put like this???
I had the same problem ,,
hope you help me</description>
		<content:encoded><![CDATA[<p>What do you mean by put like this???<br />
I had the same problem ,,<br />
hope you help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kunal</title>
		<link>http://drew5.net/2010/05/05/android-activity-not-launching-mapactivity/comment-page-1/#comment-339</link>
		<dc:creator>kunal</dc:creator>
		<pubDate>Tue, 25 Oct 2011 05:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://drew5.net/?p=286#comment-339</guid>
		<description>yeah it worked put like this in manifest

 </description>
		<content:encoded><![CDATA[<p>yeah it worked put like this in manifest</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhanu Kaushik</title>
		<link>http://drew5.net/2010/05/05/android-activity-not-launching-mapactivity/comment-page-1/#comment-324</link>
		<dc:creator>Bhanu Kaushik</dc:creator>
		<pubDate>Mon, 27 Jun 2011 17:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://drew5.net/?p=286#comment-324</guid>
		<description>I ahd the same problem, Add the following to you manifest file. I DONT KNOW how exactly it worked but it worked. SetupLocation is my maps activity class</description>
		<content:encoded><![CDATA[<p>I ahd the same problem, Add the following to you manifest file. I DONT KNOW how exactly it worked but it worked. SetupLocation is my maps activity class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BumsNudlFuX</title>
		<link>http://drew5.net/2010/05/05/android-activity-not-launching-mapactivity/comment-page-1/#comment-313</link>
		<dc:creator>BumsNudlFuX</dc:creator>
		<pubDate>Tue, 22 Mar 2011 14:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://drew5.net/?p=286#comment-313</guid>
		<description>unfortunately the blogentry is offline</description>
		<content:encoded><![CDATA[<p>unfortunately the blogentry is offline</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin A.</title>
		<link>http://drew5.net/2010/05/05/android-activity-not-launching-mapactivity/comment-page-1/#comment-142</link>
		<dc:creator>Martin A.</dc:creator>
		<pubDate>Tue, 19 Oct 2010 22:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://drew5.net/?p=286#comment-142</guid>
		<description>&lt;a href=&quot;#comment-139&quot; rel=&quot;nofollow&quot;&gt;@Din&lt;/a&gt; 
Of course, sorry, seems like the XML was cropped out of my input by the comments system. Here is a link to my solution on my blog:
http://blog.quentures.com/2010/10/google-maps-on-android/

Hope it helps.</description>
		<content:encoded><![CDATA[<p><a href="#comment-139" rel="nofollow">@Din</a><br />
Of course, sorry, seems like the XML was cropped out of my input by the comments system. Here is a link to my solution on my blog:<br />
<a href="http://blog.quentures.com/2010/10/google-maps-on-android/" rel="nofollow">http://blog.quentures.com/2010/10/google-maps-on-android/</a></p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Din</title>
		<link>http://drew5.net/2010/05/05/android-activity-not-launching-mapactivity/comment-page-1/#comment-139</link>
		<dc:creator>Din</dc:creator>
		<pubDate>Sat, 09 Oct 2010 06:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://drew5.net/?p=286#comment-139</guid>
		<description>&lt;a href=&quot;#comment-137&quot; rel=&quot;nofollow&quot;&gt;@Martin A.&lt;/a&gt; 

Hi, I&#039;m having the same problem as the original post. I don&#039;t understand your solution to this. What do you mean by &quot;alter the manifest that it looks like that:&quot;? Do you mean by creating the MapActivity as your main activity it works? I tried that and going from a MapActivity to a normal Activity and it also force closes.

I hope you can help me on this. Thanks.</description>
		<content:encoded><![CDATA[<p><a href="#comment-137" rel="nofollow">@Martin A.</a> </p>
<p>Hi, I&#8217;m having the same problem as the original post. I don&#8217;t understand your solution to this. What do you mean by &#8220;alter the manifest that it looks like that:&#8221;? Do you mean by creating the MapActivity as your main activity it works? I tried that and going from a MapActivity to a normal Activity and it also force closes.</p>
<p>I hope you can help me on this. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Google maps hassle on Android phones &#124; Quentures Blog</title>
		<link>http://drew5.net/2010/05/05/android-activity-not-launching-mapactivity/comment-page-1/#comment-138</link>
		<dc:creator>The Google maps hassle on Android phones &#124; Quentures Blog</dc:creator>
		<pubDate>Wed, 06 Oct 2010 12:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://drew5.net/?p=286#comment-138</guid>
		<description>[...] with it the problem described above which is also covered in the following blog entries here, here, here and [...]</description>
		<content:encoded><![CDATA[<p>[...] with it the problem described above which is also covered in the following blog entries here, here, here and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin A.</title>
		<link>http://drew5.net/2010/05/05/android-activity-not-launching-mapactivity/comment-page-1/#comment-137</link>
		<dc:creator>Martin A.</dc:creator>
		<pubDate>Wed, 29 Sep 2010 23:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://drew5.net/?p=286#comment-137</guid>
		<description>After 2 freakin hours of work I finally figured out how to solve this.
It seems like there is a security issue if you are trying to switch from a normal Activity to a MapActivity causing the application to crash.

However: If you put  into the  field of your MapActivity instance in your Manifest file, it works.

Example: I have a class named QMap extends MapActivity. If I try to start QMap from a normal Activity instance, the App crashes.
If I alter the Manifest that it looks like that:
...

        ...
i am able to call the QMap instance from any other activity.

Hope it helps!</description>
		<content:encoded><![CDATA[<p>After 2 freakin hours of work I finally figured out how to solve this.<br />
It seems like there is a security issue if you are trying to switch from a normal Activity to a MapActivity causing the application to crash.</p>
<p>However: If you put  into the  field of your MapActivity instance in your Manifest file, it works.</p>
<p>Example: I have a class named QMap extends MapActivity. If I try to start QMap from a normal Activity instance, the App crashes.<br />
If I alter the Manifest that it looks like that:<br />
&#8230;</p>
<p>        &#8230;<br />
i am able to call the QMap instance from any other activity.</p>
<p>Hope it helps!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

