FTPClient mFTPClient;
mFTPClient = new FTPClient();
// connecting to the host
mFTPClient.connect(host, port);
After this line of code, the following exception thrown.
Method threw 'java.lang.NullPointerException' exception. Cannot evaluate android.system.StructAddrinfo.toString()