"market://" URIs were the old Android Market links to apps, probably newer
devices aren't redirecting them to Google Play anymore.
You could change "market://" with "https://play.google.com/"; and it should
work.

Marina
On Sep 20, 2012 4:10 AM, "Lew" <lewbl...@gmail.com> wrote:

> KCRaju wrote:
>>
>> may i know the reason for following Exception??
>>
>
> You only need one question mark. You may.
>
> You should, however, do better with your requests for assistance. Show us
> a complete
> example illustrating your difficulty.
>
> http://sscce.org/
>
>
>> *
>> *
>> * java.io.IOException: Error connecting...java.net.MalformedURLException:
>> Unknown protocol: market*
>>
>
> The protocol is the part of the URL that specifies how messages are
> exchanged, and is set off by a colon.
>
> But of course, you knew that.
>
> So you tried to form a URL like "market://blah.di.blah.blah/" or something.
>
> Whatever you did, you sent a bad URL.
>
> Didn't you?
>
> So identify the URL that you tried to send and correct it.
>
>
>> *    at com.gameloft.android.ANMP.GloftWBHM.Game.GetHttpConnection(Unknown
>> Source)*
>> *    at com.gameloft.android.ANMP.GloftWBHM.Game.openBrowser(Unknown
>> Source)*
>> *    at com.gameloft.android.ANMP.GloftWBHM.GameRenderer.nativeRender(Native
>> Method)*
>> *    at com.gameloft.android.ANMP.GloftWBHM.GameRenderer.e(Unknown
>> Source)*
>> *    at com.gameloft.android.ANMP.GloftWBHM.GLSurfaceView$GLThread.i(Unknown
>> Source)*
>> *    at 
>> com.gameloft.android.ANMP.GloftWBHM.GLSurfaceView$GLThread.run(Unknown
>> Source)*
>>
>
> What is "market:" supposed to mean?
>
> --
> Lew
>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to