posted 14 years ago
Yes: <uses-permission android:name="android.permission.INTERNET" />
I have also configured the proxy in the System table of the device(added a row in the system table)
sqlite> insert into system values(99,'http_proxy',<proxy:port>);
I restarted my emulator and now when I run the code as:
I see FileNotFoundException in Log. Not sure what I am missing here.
Thanks.