[android-developers] Re: Protocall erros

2012-09-20 Thread KC Raju Vysyaraju
Helloo On Thu, Sep 13, 2012 at 10:18 PM, KC Raju Vysyaraju chandanraj...@gmail.com wrote: Hi all, may i know the reason for following Exception?? * * * java.io.IOException: Error connecting...java.net.MalformedURLException: Unknown protocol: market* *at

[android-developers] Re: Protocall erros

2012-09-20 Thread Lew
KCRaju wrote: Helloo Hellooo ooo oo o . . .. -- 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] Re: Protocall erros

2012-09-20 Thread Lew
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

Re: [android-developers] Re: Protocall erros

2012-09-20 Thread Marina Cuello
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

Re: [android-developers] Re: Protocall erros

2012-09-20 Thread Mark Murphy
On Thu, Sep 20, 2012 at 8:32 AM, Marina Cuello marina.ear...@gmail.com wrote: market:// URIs were the old Android Market links to apps, probably newer devices aren't redirecting them to Google Play anymore. market:// should work for Google Play Store.

Re: [android-developers] Re: Protocall erros

2012-09-20 Thread Marina Cuello
(I was on my bus and forgot my stop reading your link, LOL) He is opening a browser window. When I put a market: link on my phone's browser, it first redirects to a Google Play Store url, then shows a chooser where I can select Google Play or Browser. Perhaps the device he's testing against

[android-developers] Re: Protocall erros

2012-09-20 Thread RichardC
How about the device does not have the Android Market on it? Many of my free apps have been side loaded on to devices that do not have the Google Android Market. On Thursday, September 13, 2012 5:48:38 PM UTC+1, KCRaju wrote: Hi all, may i know the reason for following Exception?? * * *