I am trying to access HTTP link using HttpURLConnection in Android to download a file, but I am getting this warning in LogCat:
HttpURLConnection
LogCat
You have to use both Network and Access Network State in manifest file while you are trying load or access to the internet through android emulator.
If you are giving only .INTERNET permission, it won't access to the internet.