• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps No signal on simulator

I have discovered that the pc itself needs to have a working internet connection for the emulator to have a signal.
 
Or maybe you forgot to add the internet permission to the manifest?

Code:
<uses-permission android:name="android.permission.INTERNET" />
 
Back
Top Bottom