I have a problem with my android emulator on my mac. I can use the browser and load websites so there is an internet connection in my AVD. My application can't connect to the internet, I am aware of the manifest configuration and I have set the internet permission on.
<uses-permission android:name="android.permission.INTERNET" />
The application works well on several devices but never worked on the emulator. What am I doing wrong?
Thanks,
Omri.