Here is my problem:
Emulator(Android 2.2) is able to access internet through browser. (I am behind a proxy so i set the proxy first)
but when i create a webview app, seems like it can not access the internet by webview.
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
is set up. So I am afraid it's because of the proxy.
Any clue ? Thanks.