I am trying to check Internet connectivity on Android using the following method. I have a Wi-Fi connection.
private boolean checkInternetConnection() {
Recent emulator versions provide an easier way, from an ADT view:
Window -> Show view -> Other... -> Android -> Emulator Control
Simply change "Data" value from "Telephony Status" and test your application again.