Problem with "Hello, WebView" example

Posted by arakn0 on Stack Overflow See other posts from Stack Overflow or by arakn0
Published on 2010-05-28T20:56:40Z Indexed on 2010/05/28 21:02 UTC
Read the original article Hit count: 404

Hi there,

I'm new in android development and I am trying out the WebView example in the official android site.

http://developer.android.com/guide/tutorials/views/hello-webview.html

But I do everything they say...which is pretty simple: I create the project, edit the layout file, then i add the code, etc. No problems building...but when I launch the app in the simulator I just got a black screen. It is like if the Layout is empty...like if the WebView is not created.

does anybody know what I am doing wrong?

Thanks in advanced

© Stack Overflow or respective owner

Related posts about android

Related posts about webview