Student
Student

Reputation: 28345

How to make Android Virtual Device access the internet?

The internet is not available when I access it from the Android Virtual Device, any idea how can I configure it to do so?

Upvotes: 6

Views: 9792

Answers (3)

bofh_John
bofh_John

Reputation: 51

I know this is an old question, but make sure that the AVD Software is not being blocked by a personal firewall program (e.g. ZoneAlarm).

Upvotes: 5

Macarse
Macarse

Reputation: 93123

Make sure your didn't press F8 and toggled it off.

Toggle cell networking on/off   F8

Upvotes: 3

Robby Pond
Robby Pond

Reputation: 73484

If you mean your app can't access the internet then you need the Internet permission. If you mean that you can't access it by using the built-in browser or you have the permission enabled but are getting some error, then what is the error or exception log you are getting? There is nothing special that you need to do for the AVD to use the internet as long as your PC has a working internet connection.

Upvotes: 2

Related Questions