我正在使用loopj android-async-http。
我有问题让这个工作。我想连接到8081,但此代码不起作用:
AsyncHttpClient client = new AsyncHttpClient(8081);
...
client.post("http://10.0.2.2:8081/mysite/my_api.php",params, new JsonHttpResponseHandler() {
...
错误我得到了:
java.io.IOException: Unhandled exception: Host name may not be null