【gradle报错】error: package org.apache.http does not exist

导入项目的时候gradle报错

error: package org.apache.http does not exist

解决方法:

在build.gradle中加入

android {
   useLibrary 'org.apache.http.legacy'

}

posted @ 2016-07-14 14:29  亲爱的村姑  阅读(2153)  评论(0编辑  收藏  举报