I am using the following code to make the android device a ftp server (Android Internal storage). I am getting the exception of os.android.NetworkOnMainThread.
os.android.NetworkOnMainThread
You can not do network operation in main thread in android 3.0 higher. Use AsyncTask for this network operation. See this for further explanation