[android-developers] Re: [Mac OS X] webView.loadUrl question

2008-09-04 Thread RPO
I have the same problem with the new version (0.9) of the SDK. The following code: package com.good.atg.browserSample; import android.app.Activity; import android.os.Bundle; import android.webkit.WebView; public class BrowserSample extends Activity { WebView browser; public void

[android-developers] Re: [Mac OS X] webView.loadUrl question

2008-09-04 Thread Mark Murphy
RPO wrote: I have the same problem with the new version (0.9) of the SDK. The following code: snip produces the Web page not available message. And yes, I added uses-permission android:name=android.permission.INTERNET / to my AndroidManifest.xml file. I am running on a Windows