HttpClient won't import in Android Studio

后端 未结 23 2474
一生所求
一生所求 2020-11-22 14:44

I have a simple class written in Android Studio:

package com.mysite.myapp;

import org.apache.http.client.HttpClient;

public class Whatever {
    public voi         


        
23条回答
  •  长发绾君心
    2020-11-22 15:27

    Try this worked for me Add this dependency to your build.gradle File

    compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
    

提交回复
热议问题