我没有确切的编码(此时我没有回到我的房间)我在我的项目中使用但我相信我所做的是添加Unirest.io所需的所有库以及导入jar文件(将其放入我的lib文件夹后),它们在这里可用: http://oss.sonatype.org/content/repositories/releases/com/mashape/unirest/unirest-java/1.4.5/unirest-java-1.4.5.jar
在依赖关系部分,我添加了这样的内容:
compile 'org.json:json:20140107'
compile 'org.apache.httpcomponents:httpclient:3.6'
compile 'org.apahe.httpcomponents:httpasyncclient:4.0.2'
compile 'org.apache.httpcomponents:httpmime:4.3.6'
到build.gradle文件的dependencies {}部分以及lib文件夹中的Unirest jar。