Create Remote HttpServer using nanoHttpd
问题 I am creating a httpserver using NanoHttpd library. When I am running it on local it is working fine. but when i am trying to create httpserver using Hostname .This is giving following Error. bind failed: EADDRNOTAVAIL (Cannot assign requested address) Here is My MainActivity import android.app.AlertDialog; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.IntentFilter; import