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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

