HttpClient不会在AndroidStudio中导入
package com.mysite.myapp;import org.apache.http.client.HttpClient;public class Whatever {
public void headBangingAgainstTheWallExample () {
HttpClient client = new DefaultHttpClient();
}}Cannot resolve symbol HttpClient
HttpClient
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.0'
compile 'org.apache.httpcomponents:httpclient:4.5'}相关分类