Here is my problem:
The emulator (Android 2.2) has access to the Internet through a browser. (I'm behind the proxy server, so I install the proxy first)
but when I create the webview app, it looks like it cannot access the internet through webview.
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
. Therefore, I am afraid of this because of the proxy.
Any clue? Thanks.
source share