赞
踩
原因是Android P Developer Preview(9.0)的bug
解决方法: 在AndroidManifest.xml文件的application标签里面加入
<uses-library android:name="org.apache.http.legacy" android:required="false" />
即可